mirror of
https://codeberg.org/andyscott/weather-cli.git
synced 2024-11-08 05:50:51 -05:00
Bump version
This commit is contained in:
parent
4660a3e7b4
commit
e3511cdacd
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue