Skip to content

Commit 4d88066

Browse files
committed
refactor: bump version string to 1.6.0
1 parent 7b65e7d commit 4d88066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
var (
1515
AppConfig Config
16-
Version = "1.5.2"
16+
Version = "1.6.0"
1717
)
1818

1919
type ServerConfig struct {

0 commit comments

Comments
 (0)