about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2014-05-27 21:25:08 +0000
committerEric Wong <normalperson@yhbt.net>2014-05-27 21:25:08 +0000
commit7634a25a026de24260568bb868fa6c11e51e8df7 (patch)
treed38712090556cb61e9b219411bd65e2700ec0a45
parentd19f0203a3ac77166752ff2a6c80754acd012726 (diff)
downloadomgf-7634a25a026de24260568bb868fa6c11e51e8df7.tar.gz
omgf 0.0.8 v0.0.8
* regurgitator: fall back to uncached reads on unknown keys
* test_regurgitator: update for sequel 4.x
* test_regurgitator: improve test reliability
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index bc9de89..447209b 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.7"
+DEF_VER = "v0.0.8"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),