mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 14:01:45 +02:00
* fix: skip APP_RELEASE_VERSION during environment variable updates in install script - Updated the install.sh script to skip processing the APP_RELEASE_VERSION key when reading from the backup environment file, ensuring that this key is not inadvertently modified during upgrades. * fix: update current_version assignment in register_instance_ee command - Changed the assignment of current_version to use app_version as the default value when user_version is not provided, ensuring consistency in version handling. --------- Co-authored-by: Manish Gupta <manish@plane.so>