From bc8c613baf3095879c968b4772e67c74f9e981e3 Mon Sep 17 00:00:00 2001 From: Anton Leonov Date: Tue, 13 Jun 2017 20:21:52 +0300 Subject: [PATCH] Change appscale-tools version in local_state --- appscale/tools/local_state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appscale/tools/local_state.py b/appscale/tools/local_state.py index 192db393..ba0bddfb 100644 --- a/appscale/tools/local_state.py +++ b/appscale/tools/local_state.py @@ -29,7 +29,7 @@ # The version of the AppScale Tools we're running on. -APPSCALE_VERSION = "3.3.0" +APPSCALE_VERSION = "3.3.1" class LocalState(object):