Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a044149

Browse files
committed
Update HEAD version to 1.2.0-rc1
1 parent 2dcac1f commit a044149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Base.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object Base {
3232
class Base extends Build {
3333
import Base._
3434

35-
val headVersion = "1.1.3"
35+
val headVersion = "1.2.0-rc1"
3636

3737
object Git {
3838
def git(arg: String, args: String*) = Process("git" +: arg +: args)

0 commit comments

Comments
 (0)