lib/ruby_lsp/cell/version.rb



# typed: strict
# frozen_string_literal: true

module RubyLsp
  module Cell
    VERSION = "0.2.0"
  end
end