# It's the study of versioning.
# @author Richard Harrah
module Versionology
  # Version of this gem.
  # @return [String] current version
  VERSION = "0.1.0"
end