Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Picono435 committed Aug 16, 2022
1 parent cd55910 commit 507e5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ if (System.getenv("STABLE_BUILD") != null) {
if (System.getenv("STABLE_BUILD") == '1') {
version versioning.info.build + "-DEV"
} else {
version "1.0-beta-7"
version "1.0-beta-7a"
}
} else {
version "1.0-beta-7"
version "1.0-beta-7a"
}

repositories {
Expand Down

0 comments on commit 507e5a9

Please sign in to comment.