diff --git a/kipher-core/gradle.properties b/kipher-core/gradle.properties index 4a33e9a..6f66828 100644 --- a/kipher-core/gradle.properties +++ b/kipher-core/gradle.properties @@ -3,7 +3,7 @@ VERSION=0.2.0-SNAPSHOT # This is used for the release process, # to avoid relying on early versions declared in VERSION. -CURRENT_RELEASE=0.1.0 +CURRENT_RELEASE=0.1.1 POM_NAME=kipher-core POM_DESCRIPTION=Common utility libraries used by other kipher modules.