summaryrefslogtreecommitdiff
path: root/lib/shellwords.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/shellwords.rb')
-rw-r--r--lib/shellwords.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/shellwords.rb b/lib/shellwords.rb
index 4368a53ea8..067432e374 100644
--- a/lib/shellwords.rb
+++ b/lib/shellwords.rb
@@ -68,6 +68,8 @@
# 1: {IEEE Std 1003.1-2008, 2016 Edition, the Shell & Utilities volume}[http://pubs.opengroup.org/onlinepubs/9699919799/utilities/contents.html]
module Shellwords
+ VERSION = "0.2.0"
+
# Splits a string into an array of tokens in the same way the UNIX
# Bourne shell does.
#