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.