about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-02-21 21:11:06 +0000
committerEric Wong <normalperson@yhbt.net>2013-02-21 21:11:06 +0000
commit07447600a238850ee59bdccd72de470931fbffab (patch)
treeeb169317603009e52b4287ed4ef1895a8b86592a
parentbbcbfecf96cb3b0fea45e939fad9eb13f4ad047b (diff)
downloadomgf-07447600a238850ee59bdccd72de470931fbffab.tar.gz
omgf 0.0.4 - minor updates v0.0.4
Eric Wong (2):
      README: update for support status
      use IO.copy_stream for PUT requests
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index b9a60aa..13760ae 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.3"
+DEF_VER = "v0.0.4"
 vn = DEF_VER
 
 # First see if there is a version file (included in release tarballs),