# frozen_string_literal: true module SmartCore module Injection # @return [String] # # @api public # @since 0.1.0 VERSION = '0.0.0.alpha3' end end