Skip to content

Commit

Permalink
Update version to 200.45.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ajothomas committed Mar 1, 2024
1 parent 1ae952b commit 9fffb10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ class BeamModulePlugin implements Plugin<Project> {

// Automatically use the official release version if we are performing a release
// otherwise append '-SNAPSHOT'
project.version = '200.45.12.5'
project.version = '200.45.12.6'
if (isLinkedin(project)) {
project.ext.mavenGroupId = 'com.linkedin.beam'
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ 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=200.45.12.5
sdk_version=200.45.12.5
version=200.45.12.6
sdk_version=200.45.12.6

javaVersion=1.8

Expand Down
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

"""Apache Beam SDK version information and utilities."""

__version__ = '200.45.12.5'
__version__ = '200.45.12.6'

0 comments on commit 9fffb10

Please sign in to comment.