From d7a53c218e904a1bde07314a510d8a53071a735b Mon Sep 17 00:00:00 2001 From: Anton Kuznetcov Date: Tue, 21 Oct 2025 18:58:11 +0600 Subject: [PATCH] release v2.0.0 --- VERSION.txt | 2 +- shell-code/build-full.sh | 2 +- shell-code/pre-release.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 3e0c29c..46b105a 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -v1.1.5 +v2.0.0 diff --git a/shell-code/build-full.sh b/shell-code/build-full.sh index b6992ae..775e2c7 100644 --- a/shell-code/build-full.sh +++ b/shell-code/build-full.sh @@ -9,7 +9,7 @@ readonly BRANCH="main" readonly BINARY_NAME="lcg" # Получаем версию из аргумента или используем значение по умолчанию -VERSION="${1:-v1.1.0}" +VERSION="${1:-v2.0.0}" # Цвета для вывода readonly RED='\033[0;31m' diff --git a/shell-code/pre-release.sh b/shell-code/pre-release.sh index 3aefe80..15c24e6 100644 --- a/shell-code/pre-release.sh +++ b/shell-code/pre-release.sh @@ -2,4 +2,4 @@ go-ansible-vault -i shell-code/build.env -a get -m GITHUB_TOKEN > /tmp/source && source /tmp/source -GITHUB_TOKEN=$GITHUB_TOKEN python3 shell-code/release.py \ No newline at end of file +#GITHUB_TOKEN=$GITHUB_TOKEN python3 shell-code/release.py \ No newline at end of file