summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-11-21 22:19:21 -0300
committerAbinoam P. Marques Jr <abinoam@gmail.com>2017-11-21 22:19:21 -0300
commit0f1b0eb6e31ea8a2f3dce11dbbc181a886ea0696 (patch)
tree542006cdada53a2d3e8fa803257dd2cd72fa60d5 /lib
parent707af286a1e34436e9071f13219fcfa63ea42835 (diff)
downloadhighline-0f1b0eb6e31ea8a2f3dce11dbbc181a886ea0696.tar.gz
Prepare for v2.0.0-develop.14issue_221
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 1def22d..3bd94a3 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.13".freeze
+ VERSION = "2.0.0-develop.14".freeze
end