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, 1 insertions, 1 deletions
diff --git a/lib/shellwords.rb b/lib/shellwords.rb
index 7f78403c33..20a85ed9d2 100644
--- a/lib/shellwords.rb
+++ b/lib/shellwords.rb
@@ -65,7 +65,7 @@
module Shellwords
# The version number string.
- VERSION = "0.2.1"
+ VERSION = "0.2.2"
# Splits a string into an array of tokens in the same way the UNIX
# Bourne shell does.