~kota/metweather

839b3dfe4341df581f73e81b4e03c7441e84f4fd — Dakota Walsh 1 year, 9 months ago ee81076 v0.3.0
increment version
2 files changed, 2 insertions(+), 2 deletions(-)

M cmd/root.go
M config.mk
M cmd/root.go => cmd/root.go +1 -1
@@ 20,7 20,7 @@ var out io.Writer = os.Stdout // modified during testing
var rootCmd = &cobra.Command{
	Use:     "metweather",
	Short:   "Print weather information from Metservice.",
	Version: "0.1.0",
	Version: "0.3.0",
}

func init() {

M config.mk => config.mk +1 -1
@@ 1,7 1,7 @@
# metweather
# Copyright (C) 2021 Dakota Walsh
# GPL3+ See LICENSE in this repo for details.
VERSION = 0.1.0
VERSION = 0.3.0

# Customize below to fit your system