From 0d6fc2076a86f2800718a38a11bf4ccd67e384e0 Mon Sep 17 00:00:00 2001 From: Sergey Nazarov Date: Thu, 22 Oct 2020 17:43:54 +0300 Subject: [PATCH] Version 1.2.14 (Mainnet + Testnet + Stagenet) (#3297) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d630349a923..1f2b39060c5 100644 --- a/build.sbt +++ b/build.sbt @@ -98,7 +98,7 @@ inScope(Global)( scalaVersion := "2.13.3", organization := "com.wavesplatform", organizationName := "Waves Platform", - V.fallback := (1, 2, 13), + V.fallback := (1, 2, 14), 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"))),