about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--clogger.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 237b11a..8fc5dc1 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.3.1
+DEF_VER=v2.4.0
 
 LF='
 '
diff --git a/clogger.gemspec b/clogger.gemspec
index 769b7ff..d461383 100644
--- a/clogger.gemspec
+++ b/clogger.gemspec
@@ -3,7 +3,7 @@ manifest = File.exist?('.manifest') ?
 
 Gem::Specification.new do |s|
   s.name = %q{clogger}
-  s.version = (ENV['VERSION'] || '2.1.0').dup
+  s.version = (ENV['VERSION'] || '2.4.0').dup
   s.homepage = 'https://YHBT.net/clogger/'
   s.authors = ["cloggers"]
   s.summary = 'configurable request logging for Rack'