1
0

bump version
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2024-10-04 08:01:09 +03:00
parent 39fbac4f57
commit 35ce1ca21b
6 changed files with 17 additions and 17 deletions

View File

@@ -8,9 +8,9 @@ import (
const (
appName = "rngpotd"
appVersion = "0.0.2"
appVersion = "0.0.3"
userAgent = appName + "/" + appVersion
serverAgent = "nginx/1.27.1"
serverAgent = "nginx/1.27.2"
minimumGoMaxProcs = 4
maximumGoMaxProcs = 8