Skip to content

Commit 881343b

Browse files
committed
prepare to new release, current_version = 3.4.9
Signed-off-by: Eugene Klimov <eklimov@altinity.com>
1 parent 5957d9e commit 881343b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ docker compose run --rm frontend_builder
1515
docker compose run --rm backend_builder
1616
sudo dos2unix ./dist/*
1717
sudo chmod +rx ./dist
18-
sudo chmod +rx -R ./dist/altinity-clickhouse-plugin*
18+
sudo chmod -R +rx ./dist/altinity-clickhouse-plugin*
1919
docker compose run --rm plugin_signer
2020
git add .
2121
git diff-index --quiet HEAD || git commit -s -m "prepare to new release, $(grep current_version .bumpversion.cfg)"

0 commit comments

Comments
 (0)