bump version to 0.5.1

This commit is contained in:
2026-07-06 12:05:29 -04:00
parent 667576e5bd
commit 35ff23bf71
+1 -1
View File
@@ -1,5 +1,5 @@
BINARY=nasctl
VERSION?=0.5.0
VERSION?=0.5.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