Skip to content

Commit d3a1597

Browse files
authored
Merge pull request #22 from aivanovski/feature/update-verion-to-0.4.0
Update version to 0.4.0
2 parents b2db0c7 + 47b77df commit d3a1597

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.3.0"
14+
val appVersion = "0.4.0"
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 Jul 28 09:31:03 CEST 2023
3-
version=0.3.0
2+
#Sat Aug 12 12:02:26 CEST 2023
3+
version=0.4.0

0 commit comments

Comments
 (0)