From 7dc96e95bb2354ac4cfd4b2947960437ce20b72e Mon Sep 17 00:00:00 2001 From: elinuxhenrik Date: Thu, 18 Aug 2022 10:02:03 +0200 Subject: [PATCH] Set version of auth-token-fetch Issue-ID: NONRTRIC-786 Signed-off-by: elinuxhenrik Change-Id: Ida7d26fb4fa02955a54ddba48092d9b1df442a23 --- auth-token-fetch/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6