diff --git a/build.gradle.kts b/build.gradle.kts index 6aa0abc..7e5b896 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ repositories { } group = "com.amazon.ion" -version = "1.3.0" +version = "1.4.0-SNAPSHOT" description = "An immutable in-memory representation of Amazon Ion for Kotlin" val isCI: Boolean = System.getenv("CI") == "true"