diff --git a/makefile b/makefile index 0d8dfae..7eb4ecd 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ # scripts for building account tracker backend # requires go 1.18+ and git installed -VERSION := 1.0.0 +VERSION := 1.1.0 serve: go run ./...