From 40e583b7873aafbca7e83a9a6b52ee35a936f1e9 Mon Sep 17 00:00:00 2001 From: Ar1ste1a <107807560+Ar1ste1a@users.noreply.github.com> Date: Fri, 16 May 2025 20:26:14 -0400 Subject: [PATCH] Updated README.md updated typos added 'easy time' upgrade to log filtering --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index feb6e6e..4150194 100644 --- a/Makefile +++ b/Makefile @@ -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