Skip to content

Commit

Permalink
update base version to 0.2.x (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed May 9, 2019
1 parent edc3039 commit f4b3f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/GitVersion.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.typesafe.sbt.SbtGit._
object GitVersion {

// Base version for master branch
private val baseVersion = "v0.1.x"
private val baseVersion = "v0.2.x"

// 0.1.x
private val versionBranch = """v?([0-9\.]+)(?:\.x)?""".r
Expand Down

0 comments on commit f4b3f38

Please sign in to comment.