Skip to content

Commit 7a37ee8

Browse files
committed
Remove SNAPSHOT from version string.
1 parent f3f8448 commit 7a37ee8

File tree

1 file changed

+1
-1
lines changed
  • buildSrc/src/main/kotlin

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Env.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ object Env {
4949
* Information about the library and author.
5050
*/
5151
object PRNGine {
52-
const val VERSION = "2.0.0-SNAPSHOT"
52+
const val VERSION = "2.0.0"
5353
const val ID = "prngine"
5454
const val NAME = "prngine"
5555
const val GROUP = "io.jenetics"

0 commit comments

Comments
 (0)