From fd327ca0a613b59613e99555a618522aa97f339b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Villar?= Date: Sat, 16 Sep 2023 14:16:10 -0400 Subject: [PATCH] prepare new release (#374) --- .../kotlin/io/github/cdsap/talaiot/buildplugins/Constants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/io/github/cdsap/talaiot/buildplugins/Constants.kt b/buildSrc/src/main/kotlin/io/github/cdsap/talaiot/buildplugins/Constants.kt index be184ccf..d5a3166a 100644 --- a/buildSrc/src/main/kotlin/io/github/cdsap/talaiot/buildplugins/Constants.kt +++ b/buildSrc/src/main/kotlin/io/github/cdsap/talaiot/buildplugins/Constants.kt @@ -1,7 +1,7 @@ package io.github.cdsap.talaiot.buildplugins object Constants { - const val TALAIOT_VERSION = "2.0.1-SNAPSHOT" + const val TALAIOT_VERSION = "2.0.2-SNAPSHOT" const val DEFAULT_GROUP_PLUGIN = "io.github.cdsap.talaiot.plugin" const val DEFAULT_GROUP_LIBRARY = "io.github.cdsap.talaiot" }