diff --git a/.mill-version b/.mill-version index f677acceb..5746d36d5 100644 --- a/.mill-version +++ b/.mill-version @@ -1 +1 @@ -0.11.11 \ No newline at end of file +0.11.12 \ No newline at end of file diff --git a/build.sc b/build.sc index 9cb171ffa..d2dcc1c94 100644 --- a/build.sc +++ b/build.sc @@ -35,7 +35,7 @@ object ProjectInfo { def repository = github.browsableRepository.get def licenses = Seq(License.`Apache-2.0`) def author = Seq("Yan Kun ") - def version = "0.4.2-SNAPSHOT" // + def version = "0.4.2" // -SNAPSHOT def scalaVersion = "3.3.3" def scoverageVersion = "1.4.0" def buildTool = "mill"