From 0d9cea8b953165622cfd8367a1c03be378c82937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Wed, 13 Nov 2024 19:29:13 +0100 Subject: [PATCH] release: v0.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HĂ„rek Andreassen --- Makefile | 2 +- cmd/root.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {