From 739c94b3ac384775679a8afb779ebca8971af8d2 Mon Sep 17 00:00:00 2001 From: obol-platform Date: Tue, 6 Jan 2026 15:25:53 +0000 Subject: [PATCH] app: bump patch version to v1.8-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 69626f1a4..59bfca757 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.8" +var version = "v1.8-rc" // Version is the branch version of the codebase. // - Main branch: v0.X-dev