Skip to content

Commit 8ec42f8

Browse files
author
gau1991
committed
EasyEngine 3.0.2
1 parent 65d4de7 commit 8ec42f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ee/core/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class EEVariables():
1212
"""Intialization of core variables"""
1313

1414
# EasyEngine version
15-
ee_version = "3.0.1"
15+
ee_version = "3.0.2"
1616

1717
# EasyEngine packages versions
1818
ee_wp_cli = "0.18.0"

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# to update current EasyEngine from 2.x to 3.x
66

77
old_ee_version="2.2.3"
8-
new_ee_version="3.0.1"
8+
new_ee_version="3.0.2"
99
branch=$1
1010

1111
# Define echo function

0 commit comments

Comments
 (0)