about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2022-01-16 08:45:00 +0000
committerEric Wong <e@yhbt.net>2022-01-16 08:45:00 +0000
commit812a71edfdd4a4985c4aa1524b87d9f306742c0b (patch)
tree45a0adde0b039e02ead929792e3f1375c5b35e32
parenta47a4b8c13c823d75566b9d116d71b3cf128ec89 (diff)
downloadhttp_spew-0.7.1.tar.gz
http_spew 0.7.1 HEAD v0.7.1 master
2 changes since v0.7.0:
      doc: s/bogomips.org/yhbt.net/
      fix mismatched indentation warnings
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--http_spew.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 5aac466..65b41d1 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v0.7.0
+DEF_VER=v0.7.1
 
 LF='
 '
diff --git a/http_spew.gemspec b/http_spew.gemspec
index 76e12a2..cf274c9 100644
--- a/http_spew.gemspec
+++ b/http_spew.gemspec
@@ -3,7 +3,7 @@ manifest = File.exist?('.manifest') ?
 
 Gem::Specification.new do |s|
   s.name = %q{http_spew}
-  s.version = (ENV['VERSION'] || '0.7.0').dup
+  s.version = (ENV['VERSION'] || '0.7.1').dup
   s.authors = ["http_spew hackers"]
   s.description = File.read('README').split("\n\n")[1]
   s.email = %q{http_spew-public@yhbt.net}