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 b86fe17 commit 9f481fcCopy full SHA for 9f481fc
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.3"
+ String semVer = "1.1.4"
11
// Used by the fallback for github actions
12
ByteArrayOutputStream TAG_PART_COMMIT = new ByteArrayOutputStream()
13
String TAG_STRING
0 commit comments