summaryrefslogtreecommitdiff
path: root/lib/base64.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/base64.rb')
-rw-r--r--lib/base64.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/base64.rb b/lib/base64.rb
index 693aa1f519..15c0b297ce 100644
--- a/lib/base64.rb
+++ b/lib/base64.rb
@@ -22,6 +22,9 @@
# binary data into purely printable characters.
module Base64
+
+ VERSION = "0.1.1"
+
module_function
# Returns the Base64-encoded version of +bin+.