summaryrefslogtreecommitdiff
path: root/lib/weakref.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/weakref.rb')
-rw-r--r--lib/weakref.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/weakref.rb b/lib/weakref.rb
index 0a09f7f993..c7274f9664 100644
--- a/lib/weakref.rb
+++ b/lib/weakref.rb
@@ -17,6 +17,7 @@ require "delegate"
#
class WeakRef < Delegator
+ # The version string
VERSION = "0.1.4"
##