From 6c4982b70834b53d6ef6c1e7cd6d22d71ef4dc2d Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Tue, 3 Feb 2015 19:54:15 +0530 Subject: [PATCH] changed ee version --- ee/core/variables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/core/variables.py b/ee/core/variables.py index e3d03117..3cd58bdf 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" + ee_version = "3.0.0-beta" # EasyEngine packages versions ee_wp_cli = "0.18.0"