Update snapshot version

This commit is contained in:
Len 2024-08-05 11:20:48 +02:00
parent 9a5ffc21f5
commit b3e7b84e51

View File

@ -12,7 +12,7 @@ plugins {
}
group = "com.alttd.playershops"
version = System.getenv("BUILD_NUMBER") ?: "1.1-SNAPSHOT"
version = System.getenv("BUILD_NUMBER") ?: "1.2-SNAPSHOT"
description = "Player Shop plugin for Altitude."
apply<JavaLibraryPlugin>()