lib/ruby-lsp.rb



# typed: true
# frozen_string_literal: true

module RubyLsp
  VERSION = File.read(File.expand_path("../VERSION", __dir__)).strip
end