aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2014-07-08 14:57:47 +0200
committerJohannes Rudolph <johannes.rudolph@gmail.com>2014-07-08 14:57:47 +0200
commit9bb3201a21d0a761646bfcd2bf95db06e2857ab7 (patch)
tree813b3633f8187ae3f79e7dfb321dd1adf2664886
parent26b96d3503bc83980126da03166d1c1376574724 (diff)
downloadsbt-boilerplate-9bb3201a21d0a761646bfcd2bf95db06e2857ab7.tar.gz
sbt-boilerplate-9bb3201a21d0a761646bfcd2bf95db06e2857ab7.tar.bz2
sbt-boilerplate-9bb3201a21d0a761646bfcd2bf95db06e2857ab7.zip
next version
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index f1a2bf6..82d6c89 100644
--- a/build.sbt
+++ b/build.sbt
@@ -2,7 +2,7 @@ name := "sbt-boilerplate"
organization := "io.spray"
-version := "0.5.1"
+version := "0.6.0-SNAPSHOT"
description := "An SBT plugin for simple generation of boilerplate"