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

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