summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Junior <abinoam@gmail.com>2019-10-11 02:52:53 -0300
committerAbinoam Praxedes Marques Junior <abinoam@gmail.com>2019-10-11 02:52:53 -0300
commit5e4503f659090b8bde69d7d35823540acc6362b9 (patch)
tree8df5b654dc44d1f32509fd94cde2bc8898819451 /lib
parentc0382bc49f8d2ec2b68c86e05e066796887a2174 (diff)
downloadhighline-5e4503f659090b8bde69d7d35823540acc6362b9.tar.gz
Release 2.0.3v2.0.3
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 27b8659..f87315b 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.2".freeze
+ VERSION = "2.0.3".freeze
end