Skip to content
Snippets Groups Projects
Commit a7ebc12f authored by OZGCloud's avatar OZGCloud
Browse files

release version 1.0.0

parent 380b73c6
Branches
Tags
No related merge requests found
...@@ -44,6 +44,7 @@ grpc: ...@@ -44,6 +44,7 @@ grpc:
url: URL des Ziel-gRPC-Servers im host:port Format (string) url: URL des Ziel-gRPC-Servers im host:port Format (string)
logging: logging:
level: "ERROR" | "WARN" | "INFO" | "DEBUG" level: "ERROR" | "WARN" | "INFO" | "DEBUG"
```
### Releasing ### Releasing
......
...@@ -31,7 +31,7 @@ import ( ...@@ -31,7 +31,7 @@ import (
"info-manager-proxy/internal/server" "info-manager-proxy/internal/server"
) )
var version = "v1.0.0-beta.1" var version = "v1.0.0"
func main() { func main() {
conf := config.LoadConfig() conf := config.LoadConfig()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment