Skip to content

Commit 5d3b777

Browse files
committed
Update version numbers.
1 parent 049f0a2 commit 5d3b777

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Env.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ object Env {
3030

3131
val YEAR = Year.now();
3232

33-
val COPYRIGHT_YEAR = "2019-${YEAR}"
33+
val COPYRIGHT_YEAR = "2016-${YEAR}"
3434

3535
val DATE_FORMAT = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm")
3636

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

0 commit comments

Comments
 (0)