Skip to content

Commit

Permalink
Up the version to 0.0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
belyaev-mikhail committed Mar 17, 2021
1 parent 3f9b071 commit 542f4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Props {
val forceVersion by Props()

project.group = "ru.spbstu"
project.version = forceVersion ?: "0.0.1.0"
project.version = forceVersion ?: "0.0.1.1"

repositories {
maven {
Expand Down

0 comments on commit 542f4df

Please sign in to comment.