Skip to content

Commit

Permalink
Update version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenetics committed Nov 23, 2020
1 parent 049f0a2 commit 5d3b777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Env.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Env {

val YEAR = Year.now();

val COPYRIGHT_YEAR = "2019-${YEAR}"
val COPYRIGHT_YEAR = "2016-${YEAR}"

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

Expand All @@ -52,7 +52,7 @@ object Env {
* Information about the library and author.
*/
object JPX {
const val VERSION = "2.1.0-SNAPSHOT"
const val VERSION = "2.1.0"
const val ID = "jpx"
const val NAME = "jpx"
const val GROUP = "io.jenetics"
Expand Down

0 comments on commit 5d3b777

Please sign in to comment.