aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorisXander <isxander@users.noreply.github.com>2022-09-28 22:01:25 +0100
committerisXander <isxander@users.noreply.github.com>2022-09-28 22:01:25 +0100
commit575faeaf25256e02cbca39501c3ec97655959cea (patch)
tree47387038bbad42541d657c69ca68459f58bf0205 /build.gradle.kts
parent6dec651e3d8b36cdb81d9db937df417e60dc2f71 (diff)
downloadYetAnotherConfigLib-575faeaf25256e02cbca39501c3ec97655959cea.tar.gz
YetAnotherConfigLib-575faeaf25256e02cbca39501c3ec97655959cea.tar.bz2
YetAnotherConfigLib-575faeaf25256e02cbca39501c3ec97655959cea.zip
generified cycling controller
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 2073721..c1f2472 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
val ciRun = System.getenv().containsKey("GITHUB_ACTIONS")
group = "dev.isxander"
-version = "1.5.0"
+version = "1.6.0"
if (ciRun)
version = "$version-SNAPSHOT"