Skip to content

Commit 52e383e

Browse files
committed
Update version string.
1 parent 292f0f2 commit 52e383e

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
@@ -52,7 +52,7 @@ object Env {
5252
* Information about the library and author.
5353
*/
5454
object JPX {
55-
const val VERSION = "3.0.0-SNAPSHOT"
55+
const val VERSION = "3.0.0"
5656
const val ID = "jpx"
5757
const val NAME = "jpx"
5858
const val GROUP = "io.jenetics"

0 commit comments

Comments
 (0)