Skip to content

Commit

Permalink
Merge pull request #30 from aivanovski/feature/update-version-to-0.5.1
Browse files Browse the repository at this point in the history
Update version to 0.5.1
  • Loading branch information
aivanovski authored Mar 29, 2024
2 parents a4b1596 + 6b07f52 commit 58b3124
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.5.0"
val appVersion = "0.5.1"

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 Sep 08 19:04:55 CEST 2023
version=0.5.0
#Fri Mar 29 15:32:30 CET 2024
version=0.5.1

0 comments on commit 58b3124

Please sign in to comment.