From 744ac00d4dafd14de88993d39ba2ef0b5849d9a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Borna=20Rajkovi=C4=87?= Date: Mon, 31 Jul 2023 11:31:20 +0200 Subject: [PATCH] Updated version 0.0.1->0.1.0 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index c1f9d88..f357e1d 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ # scripts for building app # requires go 1.19+ and git installed -VERSION := 0.0.1 +VERSION := 0.1.0 serve: go run ./...