Skip to content

Commit

Permalink
Update version to 1.0.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy authored Nov 6, 2023
1 parent ccca6cc commit 22c2c64
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 @@ -14,5 +14,5 @@ allprojects {
group = "io.github.joel-jeremy.deezpatch"

val snapshotSuffix = if (rootProject.hasProperty("release")) "" else "-SNAPSHOT"
version = "1.0.0-beta.1${snapshotSuffix}"
version = "1.0.0${snapshotSuffix}"
}

0 comments on commit 22c2c64

Please sign in to comment.