about summary refs log tree commit homepage
path: root/lib/io/splice.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/io/splice.rb')
-rw-r--r--lib/io/splice.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/io/splice.rb b/lib/io/splice.rb
index 6d2db5b..dfcec37 100644
--- a/lib/io/splice.rb
+++ b/lib/io/splice.rb
@@ -6,7 +6,7 @@ class IO
   module Splice
 
     # the version of IO::Splice, currently 0.1.0
-    VERSION = '0.1.0'
+    VERSION = '1.0.0'
 
     # The maximum capacity of the pipe in bytes.
     # Under stock Linux, this is 65536 bytes as of 2.6.11, and 4096 before