diff --git a/gradle.properties b/gradle.properties index 9fb06a22..4391cd89 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.10.0 +zenohFlatJniVersion=1.10.1 # 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 ed21137e..e33692ab 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.10.0 \ No newline at end of file +1.10.1 \ No newline at end of file