[ruby/syntax_suggest] v2.0.2

https://github.com/ruby/syntax_suggest/commit/e99b5ba287
This commit is contained in:
Schneems 2024-11-15 10:07:34 -06:00 committed by git
parent 3a547e2539
commit 2a0f8d62b6

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module SyntaxSuggest
VERSION = "2.0.1"
VERSION = "2.0.2"
end