about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-21 09:07:52 +0000
committerEric Wong <normalperson@yhbt.net>2011-01-21 09:07:52 +0000
commit1281d0b3cb5758d524af7e9f67094bcf936570b7 (patch)
tree013488f61224ae049e2fb5729d0311c45787373d /GIT-VERSION-GEN
parentabb753d65398e96c29ce6a66069b0f8f1cc2a384 (diff)
downloadclogger-1281d0b3cb5758d524af7e9f67094bcf936570b7.tar.gz
Clogger now delegates all unknown methods to the response body
in cases where it needs to wrap the response body.  This allows
apps that use non-standard Rack extensions to continue working.

Eric Wong (4):
      pass along "to_io" calls to the body
      delegate method_missing calls to the response body
      pure: simpler autoload trigger
      switch to pkg.mk for maintenance tasks
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index ce2977d..fa41b67 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.7.0.GIT
+DEF_VER=v0.8.0.GIT
 
 LF='
 '