Skip to content

Commit

Permalink
release 2.46.0-twttr7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanishk Karanawat committed Feb 7, 2024
1 parent da19e8d commit 85500d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ class BeamModulePlugin implements Plugin<Project> {

project.ext.mavenGroupId = 'org.apache.beam'

project.version = '2.46.0.twttr6'
project.version = '2.46.0.twttr7'

// Default to dash-separated directories for artifact base name,
// which will also be the default artifactId for maven publications
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ signing.gnupg.useLegacyGpg=true
# buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy.
# To build a custom Beam version make sure you change it in both places, see
# https://github.com/apache/beam/issues/21302.
version=2.46.0.twttr6
version=2.46.0.twttr7
sdk_version=2.46.0

javaVersion=1.8
Expand Down

0 comments on commit 85500d5

Please sign in to comment.