From e4e0047d4f7520cd95a8188a243463a09696d517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fuhry?= Date: Fri, 31 Mar 2023 01:11:06 +0200 Subject: [PATCH] Version bump --- justfile | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index f3a4963..f3277d7 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -VER := "v1.7" +VER := "v1.8" install: @echo "==> Installing update {{VER}} into /usr/local/bin" diff --git a/makefile b/makefile index cef642b..a54130b 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -VER = "v1.7" +VER = "v1.8" install: @echo "==> Installing update $(VER) into /usr/local/bin"