summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Duarte <herbertd@google.com>2014-04-15 10:46:59 -0700
committerHerbert Duarte <herbertd@google.com>2014-04-15 10:46:59 -0700
commitb61b7fc3676b44cd8d2166702be52d7ab016fc66 (patch)
tree245b5eaa2eedd1414b36fc3b07f81f4946e12384
parenta6bb1d31738a5ab2c366e99840a9a005b3158860 (diff)
downloadgoogle-compute-image-packages-b61b7fc3676b44cd8d2166702be52d7ab016fc66.tar.gz
Bump package versions to 1.1.2.
-rw-r--r--gcimagebundle/VERSION2
-rwxr-xr-xgcimagebundle/gcimagebundlelib/imagebundle.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcimagebundle/VERSION b/gcimagebundle/VERSION
index 524cb55..45a1b3f 100644
--- a/gcimagebundle/VERSION
+++ b/gcimagebundle/VERSION
@@ -1 +1 @@
-1.1.1
+1.1.2
diff --git a/gcimagebundle/gcimagebundlelib/imagebundle.py b/gcimagebundle/gcimagebundlelib/imagebundle.py
index 6cfe47d..337ea44 100755
--- a/gcimagebundle/gcimagebundlelib/imagebundle.py
+++ b/gcimagebundle/gcimagebundlelib/imagebundle.py
@@ -142,7 +142,7 @@ def SetupLogging(options, log_dir='/tmp'):
def PrintVersionInfo():
#TODO: Should read from the VERSION file instead.
- print 'version 1.1.1'
+ print 'version 1.1.2'
def GetTargetFilesystem(options, guest_platform):