From cf5558d07835592399889ffbfe58d4e063e6a414 Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Mon, 18 Mar 2024 16:44:04 +0100 Subject: [PATCH] add missing introduction version Signed-off-by: Christian Richter --- ocis-pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocis-pkg/config/config.go b/ocis-pkg/config/config.go index 17c7bbffc3..c6ea6f671c 100644 --- a/ocis-pkg/config/config.go +++ b/ocis-pkg/config/config.go @@ -68,7 +68,7 @@ type Config struct { Mode Mode // DEPRECATED File string - OcisURL string `yaml:"ocis_url" env:"OCIS_URL" desc:"URL, where oCIS is reachable for users."` + OcisURL string `yaml:"ocis_url" env:"OCIS_URL" desc:"URL, where oCIS is reachable for users." introductionVersion:"pre5.0"` Registry string `yaml:"registry"` TokenManager *shared.TokenManager `yaml:"token_manager"`