Skip to content

Commit

Permalink
Use the correct version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Jun 1, 2022
1 parent ea68c3f commit 084a238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (project.hasProperty('secretFile')) {
loadSecrets(new File((String) findProperty('secretFile')))
}

version = '7.0.0'
version = '1.7.10-1.0.0'
if (System.getenv('BUILD_NUMBER') != null) {
version += "." + System.getenv('BUILD_NUMBER')
}
Expand Down

0 comments on commit 084a238

Please sign in to comment.