summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0495c4a..e8ea05d 100644
--- a/gcimagebundle/VERSION
+++ b/gcimagebundle/VERSION
@@ -1 +1 @@
-1.2.3
+1.2.4
diff --git a/gcimagebundle/gcimagebundlelib/imagebundle.py b/gcimagebundle/gcimagebundlelib/imagebundle.py
index 164e700..ef549c9 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.2.3'
+ print 'version 1.2.4'
def GetTargetFilesystem(options, guest_platform):