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

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