Skip to content

Commit

Permalink
shorter alpha version identifier to work with modrinth
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheaterpaul committed Jan 18, 2024
1 parent 87500f1 commit 044561d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/versioning.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ def writeVersion() {

static def getDate() {
def date = new Date()
def formattedDate = date.format('YYYYMMdd-HHmm')
def formattedDate = date.format('YYMMdd-HHmm')
return formattedDate
}

0 comments on commit 044561d

Please sign in to comment.