comfpile-old/lib/comfpile/version.rb

6 lines
71 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module Comfpile
VERSION = "0.1.0"
end