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