From affe16299d6f7ac96df9c913838ebc06223e14b9 Mon Sep 17 00:00:00 2001 From: Chris Birchall Date: Thu, 16 Jan 2020 17:31:29 +0000 Subject: [PATCH] Release v0.12.0.1 This is not a prefix of any previously released version number, to work around the bug fixed by https://github.com/47deg/sbt-org-policies/pull/1233 --- version.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sbt b/version.sbt index 185f13e..f5983fc 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.12.0" +version in ThisBuild := "0.12.0.1"