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