We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d4de7 commit 8ec42f8Copy full SHA for 8ec42f8
ee/core/variables.py
@@ -12,7 +12,7 @@ class EEVariables():
12
"""Intialization of core variables"""
13
14
# EasyEngine version
15
- ee_version = "3.0.1"
+ ee_version = "3.0.2"
16
17
# EasyEngine packages versions
18
ee_wp_cli = "0.18.0"
install
@@ -5,7 +5,7 @@
5
# to update current EasyEngine from 2.x to 3.x
6
7
old_ee_version="2.2.3"
8
-new_ee_version="3.0.1"
+new_ee_version="3.0.2"
9
branch=$1
10
11
# Define echo function
0 commit comments