diff options
| author | Schneems <richard.schneeman+foo@gmail.com> | 2023-12-08 10:41:23 -0600 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-12-08 16:49:33 +0000 |
| commit | f2c13ff9e8646ea1f05498707c8e972379456883 (patch) | |
| tree | 738bc9fd7dd6408c8a80605c5a0213751289436c /lib | |
| parent | a54eb9c6f9c12816f6befefd3828b78689076549 (diff) | |
[ruby/syntax_suggest] v2.0.0
https://github.com/ruby/syntax_suggest/commit/53b2a1b03c
Diffstat (limited to 'lib')
| -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 ac8c2f62e5..4320adb218 100644 --- a/lib/syntax_suggest/version.rb +++ b/lib/syntax_suggest/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SyntaxSuggest - VERSION = "1.1.0" + VERSION = "2.0.0" end |
