Skip to content

Commit

Permalink
Moving to 2.9.0-SNAPSHOT on master branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaltay committed Oct 12, 2018
1 parent 7a083e9 commit 501db0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -244,7 +244,7 @@ class BeamModulePlugin implements Plugin<Project> {

// Automatically use the official release version if we are performing a release
// otherwise append '-SNAPSHOT'
project.version = '2.8.0'
project.version = '2.9.0'
if (!isRelease(project)) {
project.version += '-SNAPSHOT'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -22,4 +22,4 @@ offlineRepositoryRoot=offline-repository
signing.gnupg.executable=gpg
signing.gnupg.useLegacyGpg=true

version=2.8.0-SNAPSHOT
version=2.9.0-SNAPSHOT
2 changes: 1 addition & 1 deletion sdks/python/apache_beam/version.py
Expand Up @@ -18,4 +18,4 @@
"""Apache Beam SDK version information and utilities."""


__version__ = '2.8.0.dev'
__version__ = '2.9.0.dev'

0 comments on commit 501db0c

Please sign in to comment.