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

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