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