From 4bbe08cfccc0ec04eec6807f7de637688f4569ca Mon Sep 17 00:00:00 2001 From: Emi Date: Fri, 25 Sep 2026 10:47:38 -0700 Subject: [PATCH] chore: bump scip_ruby_version for 0.5.0 release Signed-off-by: Emi --- scip_indexer/SCIPIndexer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scip_indexer/SCIPIndexer.cc b/scip_indexer/SCIPIndexer.cc index a541e1351..1251f87ab 100644 --- a/scip_indexer/SCIPIndexer.cc +++ b/scip_indexer/SCIPIndexer.cc @@ -63,7 +63,7 @@ static uint32_t fnv1a_32(const string &s) { return h; } -const char scip_ruby_version[] = "0.4.8"; +const char scip_ruby_version[] = "0.5.0"; // Upstream revision used for this replay. const char scip_ruby_sync_upstream_sorbet_sha[] = "e8f0eb82de923877387fa02fd6bbb2aac4801a66";