Skip to content

Commit

Permalink
[Twitter-oss] bump release version
Browse files Browse the repository at this point in the history
[Twitter-oss] bump release version

Differential Revision: https://phabricator.twitter.biz/D1107767
  • Loading branch information
mattdickinson5 authored and jenkins committed Nov 1, 2023
1 parent 6adbdf4 commit d63e897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -5,7 +5,7 @@ Global / excludeLintKeys += scalacOptions
Global / concurrentRestrictions += Tags.limit(Tags.Test, 1)

// All Twitter library releases are date versioned as YY.MM.patch
val releaseVersion = "23.9.0-SNAPSHOT"
val releaseVersion = "23.11.0-SNAPSHOT"

lazy val buildSettings = Seq(
version := releaseVersion,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Expand Up @@ -3,7 +3,7 @@ resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots")
)

val releaseVersion = "23.9.0-SNAPSHOT"
val releaseVersion = "23.11.0-SNAPSHOT"

addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % releaseVersion)

Expand Down

0 comments on commit d63e897

Please sign in to comment.