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

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