Skip to content

Commit ad8b03c

Browse files
committed
v6.9
1 parent 030e9f8 commit ad8b03c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [7.0] - 2025-09-28
5+
## [6.9] - 2025-09-28
66

77
- Add cron status monitoring endpoint `/api/cron.status`
88
- Add SettingRepository for managing application settings

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/spf13/viper"
1111
)
1212

13-
const VERSION = "7.0"
13+
const VERSION = "6.9"
1414

1515
type Config struct {
1616
Server ServerConfig

0 commit comments

Comments
 (0)