diff --git a/ee/core/variables.py b/ee/core/variables.py index 91eace30..dfd820a2 100644 --- a/ee/core/variables.py +++ b/ee/core/variables.py @@ -12,7 +12,7 @@ class EEVariables(): """Intialization of core variables""" # EasyEngine version - ee_version = "3.0.0-beta" + ee_version = "3.0.0" # EasyEngine packages versions ee_wp_cli = "0.18.0" diff --git a/install b/install index 1b3a5fc2..df70c14c 100644 --- a/install +++ b/install @@ -154,7 +154,7 @@ function install_ee3() # Clone EE 3.0 Python branch ee_lib_echo "Cloning EasyEngine 3.0" if [ "$branch" = "" ]; then - branch=python + branch=stable fi git clone -b $branch https://github.com/rtCamp/easyengine.git /tmp/easyengine --quiet > /dev/null || ee_lib_error "Unable to clone EasyEngine, exit status" 1