Skip to content

Commit 4d57d49

Browse files
committed
bump: version from 1.1.2 to 1.1.3
1 parent 8267e6c commit 4d57d49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app_pojavlauncher/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ static def getDate() { return new Date().format('yyyyMMdd') }
77
def getVersionName = {
88
// Get the last version tag, as well as the short head of the last commit
99
ByteArrayOutputStream TAG = new ByteArrayOutputStream()
10-
String semVer = "1.1.2"
10+
String semVer = "1.1.3"
1111
// Used by the fallback for github actions
1212
ByteArrayOutputStream TAG_PART_COMMIT = new ByteArrayOutputStream()
1313
String TAG_STRING

0 commit comments

Comments
 (0)