Skip to content

Commit

Permalink
build: release v1.15.3.beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon406 committed Feb 1, 2023
1 parent ed69c78 commit 4a196a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.time.LocalDate


group = "me.leon.tools"
version = "1.15.2.beta"
version = "1.15.3.beta"

plugins {
application
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/kotlin/me/leon/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ val build: String
get() = "2022/12/25"

val appVersion: String
get() = "1.15.2.beta"
get() = "1.15.3.beta"

0 comments on commit 4a196a8

Please sign in to comment.