From d4e9c02f91db99d53be9a51596a663e2614303b6 Mon Sep 17 00:00:00 2001 From: Mike Bryant Date: Tue, 20 Aug 2024 12:25:34 +0100 Subject: [PATCH] Update version to (arbitrary) 3.0.0 --- version.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sbt b/version.sbt index 062abea5d..00eeea30e 100644 --- a/version.sbt +++ b/version.sbt @@ -1,2 +1,2 @@ // the SNAPSHOT here is basically here as a hack to ensure subprojects update their asset dependencies -ThisBuild / version := "2.0.1-SNAPSHOT" +ThisBuild / version := "3.0.0-SNAPSHOT"