about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-05-11 10:07:51 +0000
committerEric Wong <normalperson@yhbt.net>2013-05-11 10:08:13 +0000
commit51479b663bec3b75e62766d65bf79eb920d7db60 (patch)
tree27fe555fdcebb0b33199359111e229cf6a82ac2a
parentabdd10fa31fa771602ba198440693ef43a78eb6c (diff)
downloadomgf-51479b663bec3b75e62766d65bf79eb920d7db60.tar.gz
omgf 0.0.6 v0.0.6
This release only affects users of regurgitator integration.

* regurgitator: fall back to tracker if regurgitator fails

  regurgitator may be hooked up to a read-only slave DB, so we
  should be able to fall back to the tracker if the slave DB
  fails.

  While we're at it, add long-overdue tests for regurgitator
  integration.
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 8717e7b..d7a9543 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -2,7 +2,7 @@
 CONSTANT = "OMGF::VERSION"
 RVF = "lib/omgf/version.rb"
 GVF = "GIT-VERSION-FILE"
-DEF_VER = "v0.0.5"
+DEF_VER = "v0.0.6"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),