From 4cc41567baa79112cac4e57c526509525b16d97e Mon Sep 17 00:00:00 2001 From: Devin Smith Date: Fri, 8 Nov 2024 13:05:12 -0800 Subject: [PATCH] Version 0.16.0-SNAPSHOT --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb3748a..15354e2 100644 --- a/README.md +++ b/README.md @@ -154,11 +154,11 @@ If you prefer, you can run the benchmarks directly via the JMH jar: ``` ```shell -java -jar build/libs/deephaven-csv-0.15.0-SNAPSHOT-jmh.jar -prof gc -rf JSON +java -jar build/libs/deephaven-csv-0.16.0-SNAPSHOT-jmh.jar -prof gc -rf JSON ``` ```shell -java -jar build/libs/deephaven-csv-0.15.0-SNAPSHOT-jmh.jar -prof gc -rf JSON +java -jar build/libs/deephaven-csv-0.16.0-SNAPSHOT-jmh.jar -prof gc -rf JSON ``` The JMH jar is the preferred way to run official benchmarks, and provides a common bytecode for sharing the benchmarks diff --git a/gradle.properties b/gradle.properties index e327515..baf1421 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.15.0 +version=0.16.0-SNAPSHOT