From 61d483e42d5742e2c70acfc9fe446261fb96dd4c Mon Sep 17 00:00:00 2001 From: obol-platform Date: Tue, 25 Aug 2026 12:58:31 +0000 Subject: [PATCH] app/version: bump v1.11 to stable --- 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 14496b4be..f30bcee70 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.11-rc" +var version = "v1.11" // Version is the branch version of the codebase. // - Main branch: v0.X-dev