Skip to content

Commit

Permalink
Merge pull request #22 from aivanovski/feature/update-verion-to-0.4.0
Browse files Browse the repository at this point in the history
Update version to 0.4.0
  • Loading branch information
aivanovski authored Aug 12, 2023
2 parents b2db0c7 + 47b77df commit d3a1597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
jacoco
}

val appVersion = "0.3.0"
val appVersion = "0.4.0"

group = "com.github.ai.kpdiff"
version = appVersion
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#File is generated by Gradle
#Fri Jul 28 09:31:03 CEST 2023
version=0.3.0
#Sat Aug 12 12:02:26 CEST 2023
version=0.4.0

0 comments on commit d3a1597

Please sign in to comment.