Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ (MickLesk)
a78bd38e19 AFFiNE: Bump version to v0.27.2 2026-07-20 16:26:09 +02:00
CanbiZ (MickLesk)
2db53bdab1 AFFiNE: Bump version to v0.27.2 2026-07-20 16:25:39 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ function update_script() {
exit
fi
RELEASE="v0.27.0"
RELEASE="v0.27.2"
if check_for_gh_release "affine_app" "toeverything/AFFiNE" "${RELEASE}" "each release is tested individually before the version is updated. Please do not open issues for this"; then
msg_info "Stopping Services"
systemctl stop affine-web affine-worker

View File

@@ -31,7 +31,7 @@ PG_DB_NAME="affine" PG_DB_USER="affine" setup_postgresql_db
NODE_VERSION="22" setup_nodejs
setup_rust
fetch_and_deploy_gh_release "affine_app" "toeverything/AFFiNE" "tarball" "v0.27.0" "/opt/affine"
fetch_and_deploy_gh_release "affine_app" "toeverything/AFFiNE" "tarball" "v0.27.2" "/opt/affine"
msg_info "Setting up Directories"
rm -rf /root/.affine