summaryrefslogtreecommitdiff
path: root/lib/highline/version.rb
blob: 8465ec5a810a29b5e3253907a98180f59d1db880 (plain)
1
2
3
4
5
6
# coding: utf-8

class HighLine
  # The version of the installed library.
  VERSION = "2.0.0-develop.15".freeze
end