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

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