release: v0.0.6
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
parent
858b336bcf
commit
0d9cea8b95
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -8,7 +8,7 @@ endif
|
|||
bindir = $(prefix)/bin
|
||||
builddir = ./build
|
||||
|
||||
VERSION = 0.0.5
|
||||
VERSION = 0.0.6
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
var rootCmd = &cobra.Command{
|
||||
Use: "yr",
|
||||
Short: "yr is CLI tool for weather forecasts",
|
||||
Version: "v0.0.5",
|
||||
Version: "v0.0.6",
|
||||
}
|
||||
|
||||
func Execute() {
|
||||
|
|
Loading…
Reference in a new issue