summaryrefslogtreecommitdiff
path: root/lib/error_highlight/version.rb
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-06-30 13:36:16 +0900
committergit <svn-admin@ruby-lang.org>2021-06-30 13:36:31 +0900
commit6c6b128c671c27c2c68830439b1618da8f3acfdd (patch)
treefe5ec6e8a8897be0fc08838476f64039493e86e4 /lib/error_highlight/version.rb
parentca4e5b1eb33f3bae9ced2e7643ae7db3e11fa65d (diff)
[ruby/error_highlight] Bump version
https://github.com/ruby/error_highlight/commit/8d483c251e
Diffstat (limited to 'lib/error_highlight/version.rb')
-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 c41ebd94f1..0dda1ba375 100644
--- a/lib/error_highlight/version.rb
+++ b/lib/error_highlight/version.rb
@@ -1,3 +1,3 @@
module ErrorHighlight
- VERSION = "0.1.0"
+ VERSION = "0.2.0"
end