From 1c29fd5c787f0a00d8272f79c556f337fddaaa1b Mon Sep 17 00:00:00 2001 From: chandra1-n <86221454+chandra1-n@users.noreply.github.com> Date: Tue, 26 Nov 2024 20:11:43 +0530 Subject: [PATCH] chore(release): v1.199.2 CI_JOB_NUMBER: 5129 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index b83cb655..27264b00 100644 --- a/version/version.go +++ b/version/version.go @@ -10,7 +10,7 @@ var ( // Version represents the main version number. // // Read-only. - Version = "1.199.1" + Version = "1.199.2" // Prerelease represents an optional pre-release label for the version. // If this is "" (empty string) then it means that it is a final release.