summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-12-28 00:48:30 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-12-28 00:48:30 -0300
commit6df808b6021812d825fa6fdea1914fe8a97ce7e7 (patch)
tree7bb0d609f2fcf11599df98f2d6958176de291d3a /lib
parenta0b37634d5db287405def51988b2c30eb445626e (diff)
downloadhighline-6df808b6021812d825fa6fdea1914fe8a97ce7e7.tar.gz
Bump version to 2.0.0-develop.15 and update Changelogupdate/ruby_version_on_travis
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 3bd94a3..8465ec5 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.14".freeze
+ VERSION = "2.0.0-develop.15".freeze
end