about summary refs log tree commit homepage
path: root/lib/posix_mq.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/posix_mq.rb')
-rw-r--r--lib/posix_mq.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/posix_mq.rb b/lib/posix_mq.rb
index 356a9f5..af31c16 100644
--- a/lib/posix_mq.rb
+++ b/lib/posix_mq.rb
@@ -1,8 +1,8 @@
 # -*- encoding: binary -*-
 class POSIX_MQ
 
-  # version of POSIX_MQ, currently 0.3.0
-  VERSION = '0.3.0'
+  # version of POSIX_MQ, currently 0.3.1
+  VERSION = '0.3.1'
 
   # An analogous Struct to "struct mq_attr" in C.
   # This may be used in arguments for POSIX_MQ.new and