diff --git a/build.gradle.kts b/build.gradle.kts index c2ff2c9a..fc1190f7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { } group = "com.sunnychung.application" -version = "1.5.0" // must be in 'x.y.z' for native distributions +version = "1.5.1-SNAPSHOT" // must be in 'x.y.z' for native distributions repositories { google()