Explorar el Código

setting to older version for QA to test

Abhishek Kondur hace 1 año
padre
commit
f57a77909e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main.go

+ 1 - 1
main.go

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