Packstack master branch is now Mitaka

Change-Id: I53597d532efae608f9b093e40e7b027cbcdb4506
This commit is contained in:
Alan Pevec 2016-01-12 12:51:11 +01:00
parent 3abf92ddf4
commit 773761a6dc
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ import pkg_resources
from .installer.utils import execute
VERSION = ['7', '0', '0']
OS_RELEASE = 'Liberty'
VERSION = ['8', '0', '0']
OS_RELEASE = 'Mitaka'
RESERVE_STR = None