Bump version

This commit is contained in:
Andrew Scott 2022-08-08 04:33:45 -04:00
parent 4660a3e7b4
commit e3511cdacd
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -10,7 +10,7 @@ import (
"google.golang.org/grpc/credentials/insecure" "google.golang.org/grpc/credentials/insecure"
) )
const version string = "0.3.0" const version string = "1.0.0"
type Weather struct { type Weather struct {
Temp float32 `json:"temp"` Temp float32 `json:"temp"`