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