summaryrefslogtreecommitdiff
path: root/lib/shellwords.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2024-11-06 17:57:52 +0900
committergit <[email protected]>2024-11-06 08:57:59 +0000
commit82008d38e01f8b0b3f808a91841b8d7682f5a45a ()
tree979a5d631d93ac3401b45fa5345fb20ece9bfe0a /lib/shellwords.rb
parent6cb433758ae778cff7d796eba51a62576d4740b1 (diff)
[ruby/shellwords] Bump up v0.2.1
https://.com/ruby/shellwords/commit/ee08b981ac
-rw-r--r--lib/shellwords.rb2
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@
module Shellwords
# The version number string.
- VERSION = "0.2.0"
# Splits a string into an array of tokens in the same way the UNIX
# Bourne shell does.