Skip to content

Commit

Permalink
fix: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sillydan1 committed Dec 13, 2023
1 parent 16836ed commit e5156a6
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 @@ -61,7 +61,7 @@ def gitHeadName = { ->
}

def getVersion = { ->
def version = '1.1.0';
def version = '1.2.0';
def headName = gitHeadName();
if(headName.equals('v'+version))
return version;
Expand Down

0 comments on commit e5156a6

Please sign in to comment.