From e2f16721219e580461bda96e8d76156a3b6e086a Mon Sep 17 00:00:00 2001 From: Lucas Satabin Date: Thu, 3 Oct 2019 23:07:45 +0200 Subject: [PATCH] Release 0.3.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index c3d36fe4..1b5b62d1 100644 --- a/build.sc +++ b/build.sc @@ -22,7 +22,7 @@ import $ivy.`com.lihaoyi::mill-contrib-buildinfo:$MILL_VERSION` import mill.contrib.scoverage.ScoverageModule -val swamVersion = "0.3.0-SNAPSHOT" +val swamVersion = "0.3.0" val swamLicense = License.`Apache-2.0`