Skip to content

Commit

Permalink
Upgraded version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aminography committed Feb 12, 2022
1 parent 1427c03 commit 9ad06c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
def semantic = [
'major': 3,
'minor': 6,
'patch': 0,
'patch': 1,
]
ext.libVersion = [
'code': semantic.major * 1000000 + semantic.minor * 1000 + semantic.patch,
Expand Down

0 comments on commit 9ad06c7

Please sign in to comment.