aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2017-11-18 17:46:21 +0000
committerJon Pretty <jon.pretty@propensive.com>2017-11-18 17:46:21 +0000
commitf3860d98267a6f603defc34dc1708c9fc5517b4b (patch)
treec585f1031a133809dcbb798698cc1c897790ade6
parentf336d9593acf3e9a95ce5a96b0631dd00f993197 (diff)
downloadmagnolia-f3860d98267a6f603defc34dc1708c9fc5517b4b.tar.gz
magnolia-f3860d98267a6f603defc34dc1708c9fc5517b4b.tar.bz2
magnolia-f3860d98267a6f603defc34dc1708c9fc5517b4b.zip
Update version numberv0.6.1
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 81930f2..f127515 100644
--- a/build.sbt
+++ b/build.sbt
@@ -37,7 +37,7 @@ lazy val buildSettings = Seq(
organization := "com.propensive",
scalaVersion := "2.12.4",
name := "magnolia",
- version := "0.6.0",
+ version := "0.6.1",
scalacOptions ++= Seq(
"-deprecation",
"-feature",