1
0

bump version
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/manual/build Pipeline was successful
ci/woodpecker/manual/latest Pipeline was successful

This commit is contained in:
2025-08-25 10:19:20 +03:00
parent 7d387b3622
commit f047db354d

View File

@@ -8,9 +8,9 @@ import (
const (
appName = "rngpotd"
appVersion = "0.0.4"
appVersion = "0.0.5"
userAgent = appName + "/" + appVersion
serverAgent = "nginx/1.29.0"
serverAgent = "nginx/1.29.1"
minimumGoMaxProcs = 4
maximumGoMaxProcs = 8