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

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