aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJim Lawson2018-03-03 16:49:11 -0800
committerGitHub2018-03-03 16:49:11 -0800
commit5be0afa85649225f94a4c33e9ebcea280c5d6e29 (patch)
tree39687204ee3a1bb6bd4262f4aeb39091d1604f2b /build.sbt
parent6ebd1585e891d0d31cd99ef3e63038b0675cf8f9 (diff)
Bump SNAPSHOT version (#752)
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 65c74155..359f6cc6 100644
--- a/build.sbt
+++ b/build.sbt
@@ -14,7 +14,7 @@ organization := "edu.berkeley.cs"
name := "firrtl"
-version := "1.1-SNAPSHOT"
+version := "1.2-SNAPSHOT"
scalaVersion := "2.11.12"