update develop to v0.20.6 (#2485)

This commit is contained in:
Christopher Blaha
2023-08-01 02:15:17 -04:00
committed by GitHub
parent fbac884ce2
commit 44bc2461c4
11 changed files with 12 additions and 11 deletions

View File

@@ -29,7 +29,7 @@ import (
"golang.org/x/exp/slog"
)
var version = "v0.20.5"
var version = "v0.20.6"
// Start DB Connection and start API Request Handler
func main() {