# frozen_string_literal: true module Core module Factory VERSION = "0.2.0" # [public] # def self.version VERSION end end end