diff options
| author | Schneems <richard.schneeman+foo@gmail.com> | 2026-01-21 09:58:28 -0600 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2026-01-21 16:01:16 +0000 |
| commit | 7f687b0abc155cd941d416677184f98f5f7d1804 (patch) | |
| tree | 40ca9e49a0aa042fc29800684be1d10c93c557fb | |
| parent | 54fa9c81e13039ec92f5b2132a65e64092d81ad7 (diff) | |
[ruby/syntax_suggest] v2.0.3
https://github.com/ruby/syntax_suggest/commit/a81b92fcf2
| -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 |
