diff options
author | Yusuke Endoh <[email protected]> | 2021-06-30 13:36:16 +0900 |
---|---|---|
committer | git <[email protected]> | 2021-06-30 13:36:31 +0900 |
commit | 6c6b128c671c27c2c68830439b1618da8f3acfdd (patch) | |
tree | fe5ec6e8a8897be0fc08838476f64039493e86e4 /lib/error_highlight | |
parent | ca4e5b1eb33f3bae9ced2e7643ae7db3e11fa65d (diff) |
[ruby/error_highlight] Bump version
https://github.com/ruby/error_highlight/commit/8d483c251e
Diffstat (limited to 'lib/error_highlight')
-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 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 |