Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
set wrong version number
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed Apr 24, 2022
1 parent 5638c03 commit a5540b8
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 @@ -49,7 +49,7 @@ def buildInfo(String key) {
if (!buildInfoCached) {
buildInfoCached = [
nextBuildNumber: 'Thorfusion',
version : 'R64'
version : 'R63'
]
}
return key ? buildInfoCached[key] : buildInfoCached
Expand Down

0 comments on commit a5540b8

Please sign in to comment.