mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-22 18:47:11 -04:00
bump: version from 1.1.3 to 1.1.4
This commit is contained in:
@@ -7,7 +7,7 @@ static def getDate() { return new Date().format('yyyyMMdd') }
|
||||
def getVersionName = {
|
||||
// Get the last version tag, as well as the short head of the last commit
|
||||
ByteArrayOutputStream TAG = new ByteArrayOutputStream()
|
||||
String semVer = "1.1.3"
|
||||
String semVer = "1.1.4"
|
||||
// Used by the fallback for github actions
|
||||
ByteArrayOutputStream TAG_PART_COMMIT = new ByteArrayOutputStream()
|
||||
String TAG_STRING
|
||||
|
||||
Reference in New Issue
Block a user