We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8267e6c commit eeedb91Copy full SHA for eeedb91
1 file changed
app_pojavlauncher/build.gradle
@@ -7,7 +7,7 @@ static def getDate() { return new Date().format('yyyyMMdd') }
7
def getVersionName = {
8
// Get the last version tag, as well as the short head of the last commit
9
ByteArrayOutputStream TAG = new ByteArrayOutputStream()
10
- String semVer = "1.1.2"
+ String semVer = "1.1.3"
11
// Used by the fallback for github actions
12
ByteArrayOutputStream TAG_PART_COMMIT = new ByteArrayOutputStream()
13
String TAG_STRING
0 commit comments