From 5ce7853817ea4baf2ff56d4752afcf6fb93511d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sun, 9 Aug 2026 19:16:47 +0400 Subject: [PATCH] chore: bump versions DEV 3.0.3, PROD 2.0.2 --- TOOLS/config/dev/profile.env | 2 +- TOOLS/config/prod/profile.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TOOLS/config/dev/profile.env b/TOOLS/config/dev/profile.env index 97b8776..7cc1f17 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.0.2" +VERSION="3.0.3" NAMESPACE="nubes-dev" PROVIDER_NAME="nubes" diff --git a/TOOLS/config/prod/profile.env b/TOOLS/config/prod/profile.env index 8f366ef..568fa4f 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.0.1" +VERSION="2.0.2" NAMESPACE="nubes" PROVIDER_NAME="nubes"