Skip to content
This repository has been archived by the owner on Jan 25, 2018. It is now read-only.

Commit

Permalink
Update lenthall version from 0.27 to 0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
mcovarr committed Jul 27, 2017
1 parent 0a55913 commit 4171ead
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 @@ -10,7 +10,7 @@ crossScalaVersions := Seq("2.11.8", "2.12.1")

lazy val versionSettings = Seq(
// Upcoming release, or current if we're on the master branch
git.baseVersion := "0.27",
git.baseVersion := "0.28",

// Shorten the git commit hash
git.gitHeadCommit := git.gitHeadCommit.value map { _.take(7) },
Expand Down

0 comments on commit 4171ead

Please sign in to comment.