diff --git a/deploy/selfhost/install.sh b/deploy/selfhost/install.sh index adce24f96f..9e8c1ff06b 100755 --- a/deploy/selfhost/install.sh +++ b/deploy/selfhost/install.sh @@ -1,7 +1,7 @@ #!/bin/bash BRANCH=${BRANCH:-master} -RELEASE_TAG="v0.22-dev" +RELEASE_TAG=${RELEASE_TAG:-v0.22-dev} SCRIPT_DIR=$PWD SERVICE_FOLDER=plane-app PLANE_INSTALL_DIR=$PWD/$SERVICE_FOLDER diff --git a/plane-enterprise-1.0.7.tgz b/plane-enterprise-1.0.7.tgz new file mode 100644 index 0000000000..5f4a1cbb65 Binary files /dev/null and b/plane-enterprise-1.0.7.tgz differ