Skip to content

Commit

Permalink
Bump version to 0.1-M7
Browse files Browse the repository at this point in the history
  • Loading branch information
mvv committed May 21, 2020
1 parent 7a1562d commit e9121ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -5,7 +5,7 @@ import xerial.sbt.Sonatype._
inThisBuild(
Seq(
organization := "com.github.mvv.zilog",
version := "0.1-M6", // next is M7
version := "0.1-M7", // next is M8
homepage := Some(url("https://github.com/mvv/zilog")),
scmInfo := Some(ScmInfo(url("https://github.com/mvv/zilog"), "scm:git@github.com:mvv/zilog.git")),
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),
Expand Down

0 comments on commit e9121ae

Please sign in to comment.