We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4b1596 + 6b07f52 commit 58b3124Copy full SHA for 58b3124
build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
jacoco
12
}
13
14
-val appVersion = "0.5.0"
+val appVersion = "0.5.1"
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 Sep 08 19:04:55 CEST 2023
3
-version=0.5.0
+#Fri Mar 29 15:32:30 CET 2024
+version=0.5.1
0 commit comments