From 68d99ba7b6c04d71e7d542d762607dcdbf9d3f1c Mon Sep 17 00:00:00 2001 From: hkantare Date: Sat, 5 Oct 2024 22:20:08 +0530 Subject: [PATCH] bump up version to 1.70.0 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 3f91a3b5bb..218d5aea1f 100644 --- a/version/version.go +++ b/version/version.go @@ -5,7 +5,7 @@ import ( ) // Version is the current provider main version -const Version = "1.70.0-beta0" +const Version = "1.70.0" // GitCommit is the git commit that was compiled. This will be filled in by the compiler. var GitCommit string