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"