From 7f83b021c461324a6476bde88e72937dce3193b9 Mon Sep 17 00:00:00 2001 From: Sergey Nazarov Date: Mon, 22 Mar 2021 17:24:34 +0300 Subject: [PATCH] Version 1.2.19 (Mainnet + Testnet) (#3395) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b57fdc3feb6..08cc7458362 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, 18), + V.fallback := (1, 2, 19), 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"))),