about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rwxr-xr-xGIT-VERSION-GEN2
-rw-r--r--io_splice.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 45991c9..6224f38 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 GVF=GIT-VERSION-FILE
-DEF_VER=v4.4.1
+DEF_VER=v4.4.2
 
 LF='
 '
diff --git a/io_splice.gemspec b/io_splice.gemspec
index b91a4c4..0159c7d 100644
--- a/io_splice.gemspec
+++ b/io_splice.gemspec
@@ -3,7 +3,7 @@ manifest = File.exist?('.manifest') ?
 
 Gem::Specification.new do |s|
   s.name = %q{io_splice}
-  s.version = (ENV["VERSION"] || '4.4.1').dup
+  s.version = (ENV["VERSION"] || '4.4.2').dup
   s.authors = ["Ruby io_splice hackers"]
   s.description = File.read('README').split("\n\n")[1]
   s.email = %q{ruby-io-splice@yhbt.net}