From 032bed15c6c5504bb0bbdccc7f05f2d674c75b81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Fuhry?= Date: Mon, 3 Apr 2023 19:19:05 +0200 Subject: [PATCH] Version Bump --- justfile | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index dcbead8..e501af1 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -VER := "v1.9" +VER := "v2.0.0" install: @echo "==> Installing update {{VER}} into /usr/local/bin" diff --git a/makefile b/makefile index 582e772..1ce2f53 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -VER = "v1.9" +VER = "v2.0.0" install: @echo "==> Installing update $(VER) into /usr/local/bin"