From ec708f82ba97237596cdf074b4073405298bbd06 Mon Sep 17 00:00:00 2001 From: Matthew Dickinson Date: Wed, 1 Nov 2023 13:44:53 +0000 Subject: [PATCH] [Twitter-oss] bump release version [Twitter-oss] bump release version Differential Revision: https://phabricator.twitter.biz/D1107767 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3e18af39..8e1bd0a4 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges Global / excludeLintKeys += scalacOptions // All Twitter library releases are date versioned as YY.MM.patch -val releaseVersion = "23.9.0-SNAPSHOT" +val releaseVersion = "23.11.0-SNAPSHOT" val logbackVersion = "1.2.11" val opencensusVersion = "0.19.1"