Skip to content

Commit feb333e

Browse files
committed
chore(release): bump version to v0.7.0
1 parent 4daedbd commit feb333e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ The `GET /api/socat/relays` response wraps each relay in `{"Relay": {...}, "Runn
342342
"timestamp": "2026-03-07T12:00:00Z",
343343
"metadata": {
344344
"timestamp": "2026-03-07T12:00:00Z",
345-
"version": "v0.7.0-rc1",
345+
"version": "v0.7.0",
346346
"hostname": "my-node",
347347
"backup_type": "full"
348348
}

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/ash
22
trap 'shutdown' TERM INT
3-
TAILRELAY_VERSION=v0.7.0-rc1
3+
TAILRELAY_VERSION=v0.7.0
44

55
# Accept a single comma‑separated list of port:target pairs
66
# Each item in the list represents one socat relay

webui/cmd/webui/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
var embeddedFiles embed.FS
1919

2020
var (
21-
Version = "v0.7.0-rc1"
21+
Version = "v0.7.0"
2222
BuildTime = "dev"
2323
)
2424

0 commit comments

Comments
 (0)