diff --git a/makefile b/makefile index 2926bb9..2c9b6f0 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ # scripts for building app # requires go 1.19+ and git installed -VERSION := 0.2.3 +VERSION := 0.3.0 serve: go run ./...