Skip to content

Commit

Permalink
chore: increase app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph5610 committed Feb 5, 2024
1 parent f1fb1ba commit 2e1e672
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 @@ -50,7 +50,7 @@ val defaultAppJvmArgs = listOf(
"--add-exports=javafx.graphics/com.sun.javafx.application=ALL-UNNAMED"
)

version = "0.18.0"
version = "0.19.0"

val appVersion: String = version as String

Expand Down

0 comments on commit 2e1e672

Please sign in to comment.