Skip to content

Commit

Permalink
Merge pull request #105 from rossabaker/base-version-0.7
Browse files Browse the repository at this point in the history
Bump base version to 0.7
  • Loading branch information
alexandru authored Jan 3, 2018
2 parents 5020905 + 68d8ad8 commit 9e251b0
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 @@ -249,7 +249,7 @@ lazy val benchmarksNext = project.in(file("benchmarks/vNext"))
* version bump of 1.0. Again, this is all to avoid pre-committing
* to a major/minor bump before the work is done (see: Scala 2.8).
*/
val BaseVersion = "0.6"
val BaseVersion = "0.7"

licenses in ThisBuild += ("Apache-2.0", url("http://www.apache.org/licenses/"))

Expand Down

0 comments on commit 9e251b0

Please sign in to comment.