summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerbert Duarte <herbertd@google.com>2014-06-19 13:50:00 -0700
committerHerbert Duarte <herbertd@google.com>2014-06-19 13:50:00 -0700
commit8f2519e322658fe10a34558e33238a2425f61d81 (patch)
tree608905ed842c2be2d4e45ee44797be80d38a35f2
parent05c036737a29c8404b73f8226500a207a21744e6 (diff)
downloadgoogle-compute-image-packages-8f2519e322658fe10a34558e33238a2425f61d81.tar.gz
Bump package versions to 1.1.4
-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 781dcb0..65087b4 100644
--- a/gcimagebundle/VERSION
+++ b/gcimagebundle/VERSION
@@ -1 +1 @@
-1.1.3
+1.1.4
diff --git a/gcimagebundle/gcimagebundlelib/imagebundle.py b/gcimagebundle/gcimagebundlelib/imagebundle.py
index 9bc9e0c..799d788 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.3'
+ print 'version 1.1.4'
def GetTargetFilesystem(options, guest_platform):