Skip to content

Commit

Permalink
Merge pull request #454 from menivaitsi/java-1.8.1
Browse files Browse the repository at this point in the history
Updating the supported SDK version for Java.
  • Loading branch information
cdonati committed Sep 8, 2015
2 parents c5a858e + 26f149c commit 9ffd404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/appengine_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class AppEngineHelper(object):


# The version of the App Engine SDK that AppScale currently supports.
SUPPORTED_SDK_VERSION = '1.8.0'
SUPPORTED_SDK_VERSION = '1.8.1'


# A regular expression that can be used to see if the given configuration file
Expand Down

0 comments on commit 9ffd404

Please sign in to comment.