[ruby/shellwords] Bump up v0.2.2

https://github.com/ruby/shellwords/commit/55ab74d37a
This commit is contained in:
Hiroshi SHIBATA 2024-12-13 09:48:28 +09:00 committed by git
parent 55e3297156
commit f5850c0cf7

View File

@ -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.