diff --git a/cmd/main.go b/cmd/main.go index e4eb367..b8e9760 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -10,7 +10,7 @@ import ( "google.golang.org/grpc/credentials/insecure" ) -const version string = "0.3.0" +const version string = "1.0.0" type Weather struct { Temp float32 `json:"temp"`