From: elinuxhenrik Date: Thu, 18 Aug 2022 08:28:58 +0000 (+0200) Subject: Step version of auth-token-fetch after release X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=e46ddd4f50de1737a946837ac4286a061b36a93a;p=nonrtric.git Step version of auth-token-fetch after release Issue-ID: NONRTRIC-786 Signed-off-by: elinuxhenrik Change-Id: Ie471702f3edbf3bbed102956fd9879387ed9b41c --- diff --git a/auth-token-fetch/container-tag.yaml b/auth-token-fetch/container-tag.yaml index 6b1c9db7..f84eeb10 100644 --- a/auth-token-fetch/container-tag.yaml +++ b/auth-token-fetch/container-tag.yaml @@ -2,4 +2,4 @@ # By default this file is in the docker build directory, # but the location can configured in the JJB template. --- -tag: 1.0.0 +tag: 1.1.0 diff --git a/auth-token-fetch/main.go b/auth-token-fetch/main.go index 18003ba6..0136688a 100644 --- a/auth-token-fetch/main.go +++ b/auth-token-fetch/main.go @@ -53,7 +53,7 @@ func NewContext(config *Config) *Context { } // @title Auth token fetcher -// @version 1.0.0 +// @version 1.1.0 // @license.name Apache 2.0 // @license.url http://www.apache.org/licenses/LICENSE-2.0.html