We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030e9f8 commit ad8b03cCopy full SHA for ad8b03c
2 files changed
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [7.0] - 2025-09-28
+## [6.9] - 2025-09-28
6
7
- Add cron status monitoring endpoint `/api/cron.status`
8
- Add SettingRepository for managing application settings
config/config.go
@@ -10,7 +10,7 @@ import (
10
"github.com/spf13/viper"
11
)
12
13
-const VERSION = "7.0"
+const VERSION = "6.9"
14
15
type Config struct {
16
Server ServerConfig
0 commit comments