summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYue Luo <yueluo@google.com>2014-05-08 11:24:13 -0700
committerYue Luo <yueluo@google.com>2014-05-08 11:24:13 -0700
commit2582dfef02e559d7accb7200987910950e74b747 (patch)
treeffaef986c83b0be88bc751eec70466890c587c64
parent1eb22853f623ed777beb1eb4e7361c300a8fc467 (diff)
parentee7830963894301eb25274e101e848c525e25375 (diff)
downloadgoogle-compute-image-packages-1.1.3.tar.gz
Merge pull request #69 from yueluog/master1.1.3
Bump up the package version to 1.1.3.
-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 45a1b3f..781dcb0 100644
--- a/gcimagebundle/VERSION
+++ b/gcimagebundle/VERSION
@@ -1 +1 @@
-1.1.2
+1.1.3
diff --git a/gcimagebundle/gcimagebundlelib/imagebundle.py b/gcimagebundle/gcimagebundlelib/imagebundle.py
index 337ea44..9bc9e0c 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.2'
+ print 'version 1.1.3'
def GetTargetFilesystem(options, guest_platform):