Skip to content

Commit

Permalink
update version to next dev
Browse files Browse the repository at this point in the history
  • Loading branch information
godenji committed Jul 15, 2017
1 parent d438e49 commit 4dacf3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ val sbtScalariform = Project(projectName, file("."))
organization := "org.scalariform"
name := projectName
sonatypeProfileName := organization.value
version in ThisBuild := "1.7.0"
version in ThisBuild := "1.7.1-SNAPSHOT"
scalaVersion := "2.10.6"

licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
Expand Down

0 comments on commit 4dacf3d

Please sign in to comment.