Skip to content

Commit 58b3124

Browse files
authored
Merge pull request #30 from aivanovski/feature/update-version-to-0.5.1
Update version to 0.5.1
2 parents a4b1596 + 6b07f52 commit 58b3124

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
jacoco
1212
}
1313

14-
val appVersion = "0.5.0"
14+
val appVersion = "0.5.1"
1515

1616
group = "com.github.ai.kpdiff"
1717
version = appVersion

src/main/resources/version.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#File is generated by Gradle
2-
#Fri Sep 08 19:04:55 CEST 2023
3-
version=0.5.0
2+
#Fri Mar 29 15:32:30 CET 2024
3+
version=0.5.1

0 commit comments

Comments
 (0)