From cde886e584560f55306cbe0d302eb54d66b88cfc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dario=20Casta=C3=B1=C3=A9?= <dario.castane@datadoghq.com>
Date: Wed, 30 Oct 2024 12:52:02 +0100
Subject: [PATCH] internal/version: v1.69.1

---
 internal/version/version.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/version/version.go b/internal/version/version.go
index d6ab240d85..30231dbbfd 100644
--- a/internal/version/version.go
+++ b/internal/version/version.go
@@ -13,7 +13,7 @@ import (
 // Tag specifies the current release tag. It needs to be manually
 // updated. A test checks that the value of Tag never points to a
 // git tag that is older than HEAD.
-const Tag = "v1.69.1-rc.4"
+const Tag = "v1.69.1"
 
 // Dissected version number. Filled during init()
 var (