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 bc1109c5..bb53b183 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.3-SNAPSHOT" + const val TALAIOT_VERSION = "2.0.4-SNAPSHOT" const val DEFAULT_GROUP_PLUGIN = "io.github.cdsap.talaiot.plugin" const val DEFAULT_GROUP_LIBRARY = "io.github.cdsap.talaiot" }