about summary refs log tree commit homepage
path: root/lib/raindrops.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/raindrops.rb')
-rw-r--r--lib/raindrops.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/raindrops.rb b/lib/raindrops.rb
index 693358a..8b7debd 100644
--- a/lib/raindrops.rb
+++ b/lib/raindrops.rb
@@ -1,6 +1,9 @@
 # -*- encoding: binary -*-
 class Raindrops
 
+  # Raindrops is currently at version 0.1.0
+  VERSION = '0.1.0'
+
   # Used to represent the number of +active+ and +queued+ sockets for
   # a single listen socket across all threads and processes on a
   # machine.