Updated README.md

updated typos

added 'easy time' upgrade to log filtering
This commit is contained in:
Ar1ste1a
2025-05-16 20:26:14 -04:00
parent 375aac0fca
commit 40e583b787
+1 -1
View File
@@ -16,7 +16,7 @@ PLATFORMS=linux darwin windows
ARCHS=amd64 arm64
# Version info from git tag or default
VERSION=$(shell git describe --tags 2>/dev/null || echo "v1.2.0")
VERSION=$(shell git describe --tags 2>/dev/null || echo "v1.2.1")
.PHONY: all clean build build-all