From: elinuxhenrik Date: Thu, 18 Aug 2022 08:02:03 +0000 (+0200) Subject: Set version of auth-token-fetch X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=7dc96e95bb2354ac4cfd4b2947960437ce20b72e;p=nonrtric.git Set version of auth-token-fetch Issue-ID: NONRTRIC-786 Signed-off-by: elinuxhenrik Change-Id: Ida7d26fb4fa02955a54ddba48092d9b1df442a23 --- diff --git a/auth-token-fetch/main.go b/auth-token-fetch/main.go index 41f49d37..18003ba6 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 0.0.0 +// @version 1.0.0 // @license.name Apache 2.0 // @license.url http://www.apache.org/licenses/LICENSE-2.0.html