From c91ca0d900907855e1517c5c7e58370f4dc92f90 Mon Sep 17 00:00:00 2001 From: Brian Norman Date: Fri, 25 Sep 2020 18:27:50 -0500 Subject: [PATCH] Prepare next development version --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8f421ba157d..7d45bbc7d83 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { allprojects { group = "com.bnorm.power" - version = "0.5.2" + version = "0.6.0-SNAPSHOT" } subprojects {