aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2017-11-10 23:19:02 +0000
committerJon Pretty <jon.pretty@propensive.com>2017-11-10 23:19:02 +0000
commit152e6e4606c716332581390649dc8f61be7cf939 (patch)
treea880a3040a04d8caccb2858cb968f6bf0738d863
parent9c8fdffa71234a48410958e10f987b8bee52aa9b (diff)
downloadmagnolia-152e6e4606c716332581390649dc8f61be7cf939.tar.gz
magnolia-152e6e4606c716332581390649dc8f61be7cf939.tar.bz2
magnolia-152e6e4606c716332581390649dc8f61be7cf939.zip
Increment version number to 0.6.0
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index c5d6d74..27c95b6 100644
--- a/build.sbt
+++ b/build.sbt
@@ -31,7 +31,7 @@ lazy val buildSettings = Seq(
organization := "com.propensive",
scalaVersion := "2.12.4",
name := "magnolia",
- version := "0.5.0",
+ version := "0.6.0",
scalacOptions ++= Seq(
"-deprecation",
"-feature",