Skip to content

Commit

Permalink
Bump version name to 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Nov 6, 2024
1 parent 06e681a commit 460db1a
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 @@ -123,7 +123,7 @@ final def buildCommit = providers.exec {
commandLine('git', 'rev-parse', '--short=7', 'HEAD')
}.standardOutput.asText.get().trim()

final def versionString = "14.0.0"
final def versionString = "15.0.0"
final def versionDisplayName = "${versionString} (${buildCommit})"
final def parts = versionString.split("\\.")
final def majorVersion = parts[0]
Expand Down

0 comments on commit 460db1a

Please sign in to comment.