diff --git a/build.sbt b/build.sbt index 53a12124..47dcbce0 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -lazy val tscfgVersion = setVersion("0.9.7") +lazy val tscfgVersion = setVersion("0.9.9") organization := "com.github.carueda" name := "tscfg" diff --git a/changelog.md b/changelog.md index 3221e773..5065f545 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ -2019-02-01 - 0.9.8 +2019-02-01 - 0.9.9 -- publish v0.9.8 with new `--durations` flag to generate +- publish v0.9.9 with new `--durations` flag to generate `java.time.Duration` as base type for duration instead of `long`. Thanks @qux42! diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index f8286906..edd0e226 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -1 +1 @@ -tscfg.version = 0.9.7 +tscfg.version = 0.9.9