We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2db0c7 + 47b77df commit d3a1597Copy full SHA for d3a1597
build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
jacoco
12
}
13
14
-val appVersion = "0.3.0"
+val appVersion = "0.4.0"
15
16
group = "com.github.ai.kpdiff"
17
version = appVersion
src/main/resources/version.properties
@@ -1,3 +1,3 @@
1
#File is generated by Gradle
2
-#Fri Jul 28 09:31:03 CEST 2023
3
-version=0.3.0
+#Sat Aug 12 12:02:26 CEST 2023
+version=0.4.0
0 commit comments