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