Skip to content

Commit ac90617

Browse files
committedJun 26, 2024·
incr version
1 parent 410c88b commit ac90617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ val isOnCI = System.getenv()["GITHUB_ACTIONS"] != null
22

33
allprojects {
44
group = "dev.hsbrysk"
5-
version = "1.0.0" + if (isOnCI) "" else "-SNAPSHOT"
5+
version = "1.1.0" + if (isOnCI) "" else "-SNAPSHOT"
66
}

0 commit comments

Comments
 (0)
Please sign in to comment.