From fc8ec39ed96c662dbbfdc33cc8b4de1658e20756 Mon Sep 17 00:00:00 2001 From: Stefan Feuerhahn Date: Tue, 30 Jun 2020 16:37:32 +0200 Subject: [PATCH] set version to 1.9.1-SNAPSHOT --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index f9beb06..8cc4cd7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ val sonatypeStagingProfileId: String? by project //----------- project specific configuration start -------------------- -val cfgVersion = "1.9.0" +val cfgVersion = "1.9.1-SNAPSHOT" val cfgGroup = "com.beanit" val cfgCopyToRoot = false val cfgSignPom = true