[ruby/shellwords] Bump up v0.2.1

https://github.com/ruby/shellwords/commit/ee08b981ac
This commit is contained in:
Hiroshi SHIBATA 2024-11-06 17:57:52 +09:00 committed by git
parent 6cb433758a
commit 82008d38e0

View File

@ -65,7 +65,7 @@
module Shellwords
# The version number string.
VERSION = "0.2.0"
VERSION = "0.2.1"
# Splits a string into an array of tokens in the same way the UNIX
# Bourne shell does.