From 614ec03fbefaad19dd095acd5a44ee6dc203f2be Mon Sep 17 00:00:00 2001 From: Sergey Nazarov Date: Fri, 17 Dec 2021 15:16:54 +0300 Subject: [PATCH] Version 1.3.12 (Mainnet + Testnet) (#3608) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e82585d55d9..c44022d965f 100644 --- a/build.sbt +++ b/build.sbt @@ -118,7 +118,7 @@ inScope(Global)( scalaVersion := "2.13.6", organization := "com.wavesplatform", organizationName := "Waves Platform", - V.fallback := (1, 3, 11), + V.fallback := (1, 3, 12), organizationHomepage := Some(url("https://wavesplatform.com")), licenses := Seq(("MIT", url("https://github.com/wavesplatform/Waves/blob/master/LICENSE"))), scalacOptions ++= Seq(