From 6ab4808670f1cbc8ad45cf91b910d1271b5814b7 Mon Sep 17 00:00:00 2001 From: hkantare Date: Mon, 28 Feb 2022 18:13:18 +0530 Subject: [PATCH] Bump up version to 1.39.0 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index f76e0d003c..c48182ba19 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "1.39.0-beta0" +const Version = "1.39.0" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string