Skip to content

Commit

Permalink
Setting version to fix faulty release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jan 8, 2019
1 parent 10545b0 commit a562bec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 1.87-SNAPSHOT
version = 1.88-SNAPSHOT
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
./gradlew release || exit 1
./gradlew release -d || exit 1
./build.sh
git commit -a --amend --no-edit
git push -f

0 comments on commit a562bec

Please # to comment.