Skip to content

Commit

Permalink
chore: fixed version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MikAoJk committed Nov 28, 2024
1 parent e4569b1 commit d1a42f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.vanniktech.maven.publish.SonatypeHost
import org.jetbrains.kotlin.gradle.dsl.JvmTarget

group = "io.github.mikaojk"
version = "1.0.0"
version = System.getenv("NEW_VERSION") ?: "1.0.0"

val junitJupiterVersion = "5.11.3"
val kotlinVersion = "2.1.0"
Expand Down

0 comments on commit d1a42f3

Please sign in to comment.