5 lines
71 B
Ruby
5 lines
71 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Comfpile
|
|
VERSION = "0.1.0"
|
|
end
|