From 1c07c7d7c7b72bbd4f780f8bf75215ec4fa19d91 Mon Sep 17 00:00:00 2001 From: obol-platform Date: Wed, 20 May 2026 14:11:08 +0000 Subject: [PATCH] app/version: bump v1.9 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 9c799b8305..e103590e81 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.9-rc" +var version = "v1.9" // Version is the branch version of the codebase. // - Main branch: v0.X-dev