# encoding: utf-8 # frozen_string_literal: true module Carbon # The version of Carbon. # # @return [::String] VERSION = "0.2.0".freeze end