about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/posix_mq.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/posix_mq.rb b/lib/posix_mq.rb
index a2a85ee..5e660ec 100644
--- a/lib/posix_mq.rb
+++ b/lib/posix_mq.rb
@@ -2,7 +2,7 @@
 class POSIX_MQ
 
   # version of POSIX_MQ, currently 0.1.0
-  VERSION = '0.1.0'
+  VERSION = '0.2.0'
 
   # An analogous Struct to "struct mq_attr" in C.
   # This may be used in arguments for POSIX_MQ.new and