Skip to content

Commit e41d54a

Browse files
authored
Update version (#230)
1 parent 6a70288 commit e41d54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ allprojects {
1414
group = "io.github.joel-jeremy.externalized-properties"
1515

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

0 commit comments

Comments
 (0)