aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Rudolph <johannes.rudolph@gmail.com>2016-03-01 15:34:58 +0100
committerJohannes Rudolph <johannes.rudolph@gmail.com>2016-03-01 15:34:58 +0100
commit9d55689cf180bd34f885c153f1a492a61fd97802 (patch)
tree7a5dd3914f7c638b5d79283c105e8cf60897aca6
parent8427654d2e32aab853fc8e394885008342c96549 (diff)
downloadsbt-boilerplate-9d55689cf180bd34f885c153f1a492a61fd97802.tar.gz
sbt-boilerplate-9d55689cf180bd34f885c153f1a492a61fd97802.tar.bz2
sbt-boilerplate-9d55689cf180bd34f885c153f1a492a61fd97802.zip
bump versionv0.6.0
-rw-r--r--project.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.sbt b/project.sbt
index 4e5f6f2..278f082 100644
--- a/project.sbt
+++ b/project.sbt
@@ -2,7 +2,7 @@ name := "sbt-boilerplate"
organization := "io.spray"
-version := "0.6.0-SNAPSHOT"
+version := "0.6.0"
description := "An SBT plugin for simple generation of boilerplate"