From e0bb05c5292e2d6aecc2953307f1ae6b25ddb7c3 Mon Sep 17 00:00:00 2001 From: Ola Adebayo Date: Fri, 1 May 2026 16:49:03 +0100 Subject: [PATCH] fix: sync gateway/version.txt to 0.1.6 The release-please manifest tracks gateway at 0.1.6 (the latest released version), but gateway/version.txt was still at 0.1.5. Bring them in sync so build-time linker flags report the correct version. Also update doc references. --- AGENTS.md | 2 +- CLAUDE.md | 2 +- gateway/version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index cb9f821..6eb120d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -58,7 +58,7 @@ rep/ │ ├── .goreleaser.yml # Multi-platform release config │ ├── Dockerfile # Multi-stage, FROM scratch final │ ├── Makefile -│ ├── version.txt # "0.1.5" +│ ├── version.txt # "0.1.6" │ ├── go.mod # Go 1.24.5, zero external deps │ ├── cmd/rep-gateway/ │ │ └── main.go # Entrypoint: flags, signals, graceful shutdown diff --git a/CLAUDE.md b/CLAUDE.md index b4aa440..dca2496 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -58,7 +58,7 @@ rep/ │ ├── .goreleaser.yml # Multi-platform release config │ ├── Dockerfile # Multi-stage, FROM scratch final │ ├── Makefile -│ ├── version.txt # "0.1.5" +│ ├── version.txt # "0.1.6" │ ├── go.mod # Go 1.24.5, zero external deps │ ├── cmd/rep-gateway/ │ │ └── main.go # Entrypoint: flags, signals, graceful shutdown diff --git a/gateway/version.txt b/gateway/version.txt index 9faa1b7..c946ee6 100644 --- a/gateway/version.txt +++ b/gateway/version.txt @@ -1 +1 @@ -0.1.5 +0.1.6