From 88605c6e57280db7375db3bca76ef9421f3fa1bd Mon Sep 17 00:00:00 2001 From: obol-platform Date: Mon, 1 Jun 2026 08:25:06 +0000 Subject: [PATCH] app: bump patch version to v1.10-rc --- app/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/version/version.go b/app/version/version.go index e00b00a585..078de59b3f 100644 --- a/app/version/version.go +++ b/app/version/version.go @@ -15,7 +15,7 @@ import ( ) // version a string since it is overwritten at build-time with the git tag for official releases. -var version = "v1.10" +var version = "v1.10-rc" // Version is the branch version of the codebase. // - Main branch: v0.X-dev