diff options
author | schneems <[email protected]> | 2022-11-29 14:09:20 -0600 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-11-30 12:58:47 +0900 |
commit | d6e91784ab78c25e864869b05a149e7c9cfeab7d (patch) | |
tree | 9f6d98f11deeeff36f236c79db601f30e5f0acdf /lib/syntax_suggest/version.rb | |
parent | 33a9a7fd8d22ea5d87789e64a931dd03d28d9407 (diff) |
Update SyntaxSuggest to use angle brackets `>`
```
$ ruby tool/sync_default_gems.rb syntax_suggest
Sync ruby/syntax_suggest
```
https://github.com/ruby/syntax_suggest/pull/161
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/6831
Diffstat (limited to 'lib/syntax_suggest/version.rb')
-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 02c8344f9f..f145074978 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.0.0" + VERSION = "1.0.1" end |