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

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