Skip to content

Commit

Permalink
version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
killswitch-GUI committed Dec 4, 2017
1 parent e446c56 commit ff2210b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/SimplySecurity/SimplyDomain.svg?branch=master)](https://travis-ci.org/SimplySecurity/SimplyDomain)
[![Code Health](https://landscape.io/github/SimplySecurity/SimplyDomain/master/landscape.svg?style=flat)](https://landscape.io/github/SimplySecurity/SimplyDomain/master)
![Alt text](docs/SimplyDomain.png?raw=true "SimplyDomain")
![Alt text](docs/SimplyDomain-logo.png?raw=true "SimplyDomain")

# SimplyDomain
Subdomain brute force focused on speed and data serialization.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5
3 changes: 2 additions & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ echo "Building Version: $VERSION"
# START BUILD
./build.sh


# TAG IT
git checkout -b "Version-$VERSION"
git add --all
Expand All @@ -29,6 +28,8 @@ git push origin "Version-$VERSION"
git push origin "Version-$VERSION" --tags
git checkout master
git merge "Version-$VERSION"
git push
hub release create Version-$VERSION -m "Version compiled by 'build.sh': $VERSION"

# DOCKER TAG/VERSIONING
docker tag $USERNAME/$IMAGE:latest $USERNAME/$IMAGE:$VERSION
Expand Down

0 comments on commit ff2210b

Please sign in to comment.