diff --git a/TOOLS/config/dev/profile.env b/TOOLS/config/dev/profile.env index 97617d0..02d3f0f 100644 --- a/TOOLS/config/dev/profile.env +++ b/TOOLS/config/dev/profile.env @@ -4,7 +4,7 @@ TOKEN_FILE="secrets/dev.token" # Release versions # Version -VERSION="3.1.12" +VERSION="3.1.13" # Registry/S3 settings REGISTRY_HOST="registry.kube5s.ru" diff --git a/TOOLS/config/prod/profile.env b/TOOLS/config/prod/profile.env index 5082d56..6f62ab0 100644 --- a/TOOLS/config/prod/profile.env +++ b/TOOLS/config/prod/profile.env @@ -4,7 +4,7 @@ TOKEN_FILE="secrets/prod.token" # Release versions # Version -VERSION="2.1.11" +VERSION="2.1.12" # Registry/S3 settings REGISTRY_HOST="registry.kube5s.ru"