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

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