[ruby/syntax_suggest] Bump up 2.0.1

https://github.com/ruby/syntax_suggest/commit/0b9e4081c0
This commit is contained in:
Hiroshi SHIBATA 2024-10-18 11:04:38 +09:00 committed by git
parent 4b21fb125f
commit 8b4df90a24

View File

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