about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--posix_mq.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 8fc5dc1..7de3882 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v2.4.0
+DEF_VER=v2.4.1
 
 LF='
 '
diff --git a/posix_mq.gemspec b/posix_mq.gemspec
index a6c4d55..350ba53 100644
--- a/posix_mq.gemspec
+++ b/posix_mq.gemspec
@@ -1,5 +1,5 @@
 # -*- encoding: binary -*-
-ENV["VERSION"] ||= '2.4.0'
+ENV["VERSION"] ||= '2.4.1'
 if File.exist?('.manifest')
   manifest = IO.readlines('.manifest').map!(&:chomp!)
 else