# frozen_string_literal: true module SmartCore class Container # @api public # @since 0.1.0 # @version 0.5.0 VERSION = '0.5.0' end end