This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/ts-master in repository https://gitbox.apache.org/repos/asf/beam.git
commit 5e361112c9bc0303a38e6a4e438d7aab0dcde03b Author: Danny McCormick <[email protected]> AuthorDate: Mon Feb 27 19:33:15 2023 -0500 Fix ts version on master --- sdks/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json index 1cdc3a1acea..738f6bc3d43 100644 --- a/sdks/typescript/package.json +++ b/sdks/typescript/package.json @@ -1,6 +1,6 @@ { "name": "apache-beam", - "version": "2.45.0-SNAPSHOT", + "version": "2.47.0-SNAPSHOT", "devDependencies": { "@google-cloud/bigquery": "^5.12.0", "@types/mocha": "^9.0.0",
