Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
eskatos committed Jul 3, 2024
1 parent f7ccaee commit 11a5696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group = "org.gradle.client"

// Version must be strictly x.y.z and >= 1.0.0
// for native packaging to work across platforms
version = "1.0.1"
version = "1.0.0"

val appName = "GradleClient"
val appDisplayName = "Gradle Client"
Expand Down

0 comments on commit 11a5696

Please sign in to comment.