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 e8ea05d..c813fe1 100644
--- a/gcimagebundle/VERSION
+++ b/gcimagebundle/VERSION
@@ -1 +1 @@
-1.2.4
+1.2.5
diff --git a/gcimagebundle/gcimagebundlelib/imagebundle.py b/gcimagebundle/gcimagebundlelib/imagebundle.py
index ef549c9..710cefd 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.4'
+ print 'version 1.2.5'
def GetTargetFilesystem(options, guest_platform):