From dfdeb1da2d03c40a30942690f625ea1448d6090b Mon Sep 17 00:00:00 2001 From: Le Karasique Date: Mon, 13 Jul 2020 17:26:19 +0300 Subject: [PATCH] Version 1.2.7 (Stagenet) (#3193) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c5975c71d89..aabbc6c038d 100644 --- a/build.sbt +++ b/build.sbt @@ -100,7 +100,7 @@ inScope(Global)( scalaVersion := "2.13.3", organization := "com.wavesplatform", organizationName := "Waves Platform", - V.fallback := (1, 2, 6), + V.fallback := (1, 2, 7), organizationHomepage := Some(url("https://wavesplatform.com")), scmInfo := Some(ScmInfo(url("https://github.com/wavesplatform/Waves"), "git@github.com:wavesplatform/Waves.git", None)), licenses := Seq(("MIT", url("https://github.com/wavesplatform/Waves/blob/master/LICENSE"))),