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

class HighLine
  # The version of the installed library.
  VERSION = "3.0.0.pre.1".freeze
end