diff --git a/Makefile b/Makefile index 6f30b3e..fa68077 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ endif bindir = $(prefix)/bin builddir = ./build -VERSION = 0.0.5 +VERSION = 0.0.6 .PHONY: build build: diff --git a/cmd/root.go b/cmd/root.go index cdacb11..8faef39 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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() {