We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e691a commit d109e20Copy full SHA for d109e20
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
// Define semantic version components (manually maintained)
8
val majorVersion = "1"
9
val minorVersion = "0"
10
-val patchVersion = "1"
+val patchVersion = "2"
11
12
// Define release qualifier (empty for stable releases)
13
// Examples: "", "alpha-01", "beta-02", "rc-01"
0 commit comments