diff options
| author | Schneems <richard.schneeman+foo@gmail.com> | 2026-01-21 09:58:28 -0600 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2026-03-23 11:00:31 +0900 |
| commit | 14dbb22badc0c57c52e8ae84aa2f99e0e568d5b3 (patch) | |
| tree | 662a962b31d0546f10f2babf32735cbc0ed45d42 | |
| parent | 2256196e2d57146813db61188ab87893bac9817a (diff) | |
[ruby/syntax_suggest] v2.0.3
https://github.com/ruby/syntax_suggest/commit/a81b92fcf2
[Bug #21847]
| -rw-r--r-- | lib/syntax_suggest/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/syntax_suggest/version.rb b/lib/syntax_suggest/version.rb index 1aa908f4e5..db50a1a89a 100644 --- a/lib/syntax_suggest/version.rb +++ b/lib/syntax_suggest/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SyntaxSuggest - VERSION = "2.0.2" + VERSION = "2.0.3" end |
