We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292f0f2 commit 52e383eCopy full SHA for 52e383e
buildSrc/src/main/kotlin/Env.kt
@@ -52,7 +52,7 @@ object Env {
52
* Information about the library and author.
53
*/
54
object JPX {
55
- const val VERSION = "3.0.0-SNAPSHOT"
+ const val VERSION = "3.0.0"
56
const val ID = "jpx"
57
const val NAME = "jpx"
58
const val GROUP = "io.jenetics"
0 commit comments