From 344169fd47982a049025b6340cffdccb2570e295 Mon Sep 17 00:00:00 2001
From: Release Bot <107104610+sourcegraph-release-bot@users.noreply.github.com>
Date: Wed, 10 Jul 2024 14:00:59 -0700
Subject: [PATCH] [Backport 5.5.x] chore(release): bump stitch graph generation
(#63768)
Missing bit for the minor release version bump
## Test plan
CI
Backport 087ad83995b0b71aa4de16f19685fc605a7e8b1f from #63767
Co-authored-by: Jean-Hadrien Chabran
---
WORKSPACE | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/WORKSPACE b/WORKSPACE
index 2c3bc3e16e0fa..35e22cadb6d75 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -501,7 +501,7 @@ load("//dev:schema_migrations.bzl", "schema_migrations")
schema_migrations(
name = "schemas_migrations",
- updated_at = "2024-07-10 12:15",
+ updated_at = "2024-07-10 22:05",
)
# wolfi images setup ================================