From f2eec3854f2752c561b70a89305b5bcfc2f42bcd Mon Sep 17 00:00:00 2001 From: HardDie Date: Thu, 29 Jul 2021 22:20:24 +0300 Subject: [PATCH] Fixed makefile version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a5dd504..572b3fe 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE=myTldr -VERSION=0.7 +VERSION=v0.8.0 linters: golangci-lint run --disable-all \