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

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