summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYusuke Endoh <[email protected]>2024-12-03 12:10:58 +0900
committergit <[email protected]>2024-12-03 03:11:18 +0000
commit043f26edee38fb52fe43e208a7ad571c38a0718d (patch)
tree88ac22ca64398edfdf249aa98e1bf4551452c0ff /lib
parentd85e8b53393779f7cc7aa5779387fc68ac85dc47 (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.rb2
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