summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Junior <abinoam@gmail.com>2019-04-08 20:30:32 -0300
committerAbinoam Praxedes Marques Junior <abinoam@gmail.com>2019-04-08 20:30:32 -0300
commitadcc557c08e9aa166d450136555c8598944e4d19 (patch)
tree49bd6cac8bc9461bf8c1bdc4c30e22f9e6346942 /lib
parentd0ee8766aa75bafa9cb1dad74b2eee9feeefccee (diff)
downloadhighline-adcc557c08e9aa166d450136555c8598944e4d19.tar.gz
Bump up version to 2.0.2v2.0.2
Diffstat (limited to 'lib')
-rw-r--r--lib/highline/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/highline/version.rb b/lib/highline/version.rb
index fdda6f5..27b8659 100644
--- a/lib/highline/version.rb
+++ b/lib/highline/version.rb
@@ -2,5 +2,5 @@
class HighLine
# The version of the installed library.
- VERSION = "2.0.1".freeze
+ VERSION = "2.0.2".freeze
end