From db42d3c0539271674410de045717138a4a56513f Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Wed, 15 Dec 2021 10:44:01 +0100 Subject: [PATCH] Bump version. --- CHANGES.txt | 7 +++++++ build.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index dd5aa358..4617beb6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,11 @@ +[0.10.0-SNAPSHOT] + +** New features and API changes + +** Improvements + + [0.9.1] https://github.com/carrotsearch/hppc/releases/tag/0.9.1 diff --git a/build.gradle b/build.gradle index 02a247ba..dc036639 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { id "me.champeau.gradle.jmh" version "0.5.0" apply false } -rootProject.version = '0.9.1' +rootProject.version = '0.10.0-SNAPSHOT' ext { fullName = "High Performance Primitive Collections" legal = files('LICENSE.txt')