diff --git a/.asf.yaml b/.asf.yaml index 703aca276e6b..50886f2cea5a 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -49,6 +49,7 @@ github: protected_branches: master: {} + release-2.61.0: {} release-2.60.0: {} release-2.59.0: {} release-2.58.1: {} diff --git a/gradle.properties b/gradle.properties index ffd4efaaab32..3923dc204272 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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=2.61.0-SNAPSHOT -sdk_version=2.61.0.dev +version=2.62.0-SNAPSHOT +sdk_version=2.62.0.dev javaVersion=1.8 diff --git a/sdks/go/pkg/beam/core/core.go b/sdks/go/pkg/beam/core/core.go index e1b660e99ac6..1b478f483077 100644 --- a/sdks/go/pkg/beam/core/core.go +++ b/sdks/go/pkg/beam/core/core.go @@ -27,7 +27,7 @@ const ( // SdkName is the human readable name of the SDK for UserAgents. SdkName = "Apache Beam SDK for Go" // SdkVersion is the current version of the SDK. - SdkVersion = "2.61.0.dev" + SdkVersion = "2.62.0.dev" // DefaultDockerImage represents the associated image for this release. DefaultDockerImage = "apache/beam_go_sdk:" + SdkVersion diff --git a/sdks/python/apache_beam/version.py b/sdks/python/apache_beam/version.py index dfe451175fde..9974bb68bccf 100644 --- a/sdks/python/apache_beam/version.py +++ b/sdks/python/apache_beam/version.py @@ -17,4 +17,4 @@ """Apache Beam SDK version information and utilities.""" -__version__ = '2.61.0.dev' +__version__ = '2.62.0.dev' diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json index 3dcbab684090..9ccfcaa663d1 100644 --- a/sdks/typescript/package.json +++ b/sdks/typescript/package.json @@ -1,6 +1,6 @@ { "name": "apache-beam", - "version": "2.61.0-SNAPSHOT", + "version": "2.62.0-SNAPSHOT", "devDependencies": { "@google-cloud/bigquery": "^5.12.0", "@types/mocha": "^9.0.0",