Bump version: 0.2.0 -> 0.2.1

This commit is contained in:
2026-07-06 00:34:09 -04:00
parent 4d2a873c8b
commit a24145e07a
+1 -1
View File
@@ -1,5 +1,5 @@
BINARY=nasctl
VERSION?=0.2.0
VERSION?=0.2.1
GO?=go
LDFLAGS=-s -w -X github.com/darroyo/nasctl/internal/web.Version=$(VERSION) -X github.com/darroyo/nasctl/internal/web.Commit=$(shell git rev-parse --short HEAD 2>/dev/null || echo unknown)
BUILD_FLAGS=CGO_ENABLED=0