diff --git a/gradle.properties b/gradle.properties index 24bcd088..9fb06a22 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true # job that publishes this SDK's snapshot. That is what makes a snapshot # self-sufficient: its dependency exists, and is the code it compiled against, # whether or not zenoh-flat-jni's CI has ever run. See CI.md. -zenohFlatJniVersion=1.9.0-java-SNAPSHOT +zenohFlatJniVersion=1.10.0 # Build zenoh-flat-jni from source, as Cargo.toml says, instead of resolving the # published artifact. See README.md. Never enable this for a release. diff --git a/version.txt b/version.txt index abb16582..ed21137e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.9.0 \ No newline at end of file +1.10.0 \ No newline at end of file