Version Bump

This commit is contained in:
René Fuhry 2023-04-03 19:19:05 +02:00 committed by GitHub
parent b587f13ed2
commit 032bed15c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VER := "v1.9" VER := "v2.0.0"
install: install:
@echo "==> Installing update {{VER}} into /usr/local/bin" @echo "==> Installing update {{VER}} into /usr/local/bin"

View File

@ -1,4 +1,4 @@
VER = "v1.9" VER = "v2.0.0"
install: install:
@echo "==> Installing update $(VER) into /usr/local/bin" @echo "==> Installing update $(VER) into /usr/local/bin"