summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Junior <abinoam@gmail.com>2018-05-12 21:25:54 -0300
committerAbinoam Praxedes Marques Junior <abinoam@gmail.com>2018-05-12 21:25:54 -0300
commitf6dad04066a7ec982f07d12db04aa8633a541ec3 (patch)
treec3be6def8caf2fadf01fdf98038235953682b73b /lib
parent2be1734b5283e74511898ba3ffe50aeed6048917 (diff)
downloadhighline-f6dad04066a7ec982f07d12db04aa8633a541ec3.tar.gz
Release 2.0.0-develop.16v2.0.0.pre.develop.16
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 8465ec5..879c9c9 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.0-develop.15".freeze
+ VERSION = "2.0.0-develop.16".freeze
end