Skip to content

Commit ebf2814

Browse files
committed
Merge branch '3.0.2' into 3.0.x; update version to 3.0.x
2 parents c28063d + b735885 commit ebf2814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
3232

3333
lazy val commonSettings = Seq (
3434
organization := "edu.berkeley.cs",
35-
version := "3.0.1",
35+
version := "3.0.x",
3636
git.remoteRepo := "git@github.com:freechipsproject/chisel3.git",
3737
autoAPIMappings := true,
3838
scalaVersion := "2.11.11",

0 commit comments

Comments
 (0)