[ruby/syntax_suggest] v2.0.0

https://github.com/ruby/syntax_suggest/commit/53b2a1b03c
This commit is contained in:
Schneems 2023-12-08 10:41:23 -06:00 committed by git
parent a54eb9c6f9
commit f2c13ff9e8

View File

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