Bump version: 0.3.0 -> 0.3.1

This commit is contained in:
2026-07-06 00:52:29 -04:00
parent 5c9ece6891
commit b678c8e1a9
+1 -1
View File
@@ -1,5 +1,5 @@
BINARY=nasctl
VERSION?=0.3.0
VERSION?=0.3.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