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

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