We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e63b59 commit 10830f6Copy full SHA for 10830f6
buildSrc/src/main/kotlin/io/insource/build/Publishing.kt
@@ -3,7 +3,7 @@ package io.insource.build
3
object Publishing {
4
val groupId = "io.insource"
5
val artifactId = "in-rules-engine"
6
- val version = "0.0.3"
+ val version = "0.0.4"
7
val description = "Kotlin rules engine DSL for maintaining rules and business logic in code."
8
val url = "https://github.com/InSourceSoftware/in-rules-engine"
9
val license = "Mozilla Public License Version 2.0"
0 commit comments