[build] please just work

This commit is contained in:
Ryder Belserion 2024-06-15 01:13:54 -04:00
parent 9c0dfc9ae3
commit cde988393a
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@ plugins {
val buildNumber: String? = System.getenv("BUILD_NUMBER")
rootProject.version = if (buildNumber != null) "3.12-$buildNumber" else "3.12"
rootProject.version = if (buildNumber != null) "1.4.2-$buildNumber" else "1.4.2"
val isSnapshot = false

View File

@ -10,7 +10,6 @@ issues = https://github.com/Crazy-Crew/CrazyAuctions/issues
group = com.badbones69.crazyauctions
description = Auction off items in style.
version = 1.4.2
apiVersion = 1.20
mcVersion = 1.20.4