diff options
author | Abinoam P. Marques Jr <abinoam@gmail.com> | 2016-06-03 02:50:12 -0300 |
---|---|---|
committer | Abinoam P. Marques Jr <abinoam@gmail.com> | 2016-06-03 02:52:26 -0300 |
commit | b1cf653c7aa86aefdbb9bdb907fc096dc9cdb697 (patch) | |
tree | 6a12ac6bff43496cd0ce5c477b400d5b22e9c13e /lib/highline/version.rb | |
parent | 58133101e7dddd753d4ce0f6fd60f1e81c349971 (diff) | |
download | highline-b1cf653c7aa86aefdbb9bdb907fc096dc9cdb697.tar.gz |
Bump up version to 2.0.0-develop.8add_pronto
Diffstat (limited to 'lib/highline/version.rb')
-rw-r--r-- | lib/highline/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/highline/version.rb b/lib/highline/version.rb index b905781..fa4ded5 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.7".freeze + VERSION = "2.0.0-develop.8".freeze end |