[ruby/syntax_suggest] v1.0.0

https://github.com/ruby/syntax_suggest/commit/f142fcbf96
This commit is contained in:
schneems 2022-11-25 16:29:19 -06:00 committed by Nobuyoshi Nakada
parent f64ba0fadd
commit 476700c06f
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

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