diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-12-20 14:39:45 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-12-20 14:50:08 +0900 |
commit | 20f9316f9dd5c77f96f1c08adb8da7e91d666f3b () | |
tree | 7cdbe5ea4815528cd9f19bd8004e029b178bc57a /lib/syntax_suggest | |
parent | 2e7e153a2af1456515d43b6381e38534b069b1c2 (diff) |
[ruby/syntax_suggest] Bump version to 1.0.2
https://.com/ruby/syntax_suggest/commit/92ea00650a
-rw-r--r-- | lib/syntax_suggest/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # frozen_string_literal: true module SyntaxSuggest - VERSION = "1.0.1" end |