diff options
author | Yusuke Endoh <[email protected]> | 2024-12-03 12:10:58 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-12-03 03:11:18 +0000 |
commit | 043f26edee38fb52fe43e208a7ad571c38a0718d (patch) | |
tree | 88ac22ca64398edfdf249aa98e1bf4551452c0ff /lib | |
parent | d85e8b53393779f7cc7aa5779387fc68ac85dc47 (diff) |
[ruby/error_highlight] Bump version
https://github.com/ruby/error_highlight/commit/a8e9eb7f2f
Diffstat (limited to 'lib')
-rw-r--r-- | lib/error_highlight/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error_highlight/version.rb b/lib/error_highlight/version.rb index 506d37fbc1..d7a29c7c1e 100644 --- a/lib/error_highlight/version.rb +++ b/lib/error_highlight/version.rb @@ -1,3 +1,3 @@ module ErrorHighlight - VERSION = "0.6.0" + VERSION = "0.7.0" end |