revert version bump: 1.0.0 back to 0.1.0

Per review feedback — version bumps and releases are not
within scope for this PR.
This commit is contained in:
clawbot
2026-02-20 02:39:26 -08:00
committed by clawbot
parent 77de489063
commit 386b22efb8
2 changed files with 4 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ SOURCEFILES := mfer/*.go mfer/*.proto internal/*/*.go cmd/*/*.go go.mod go.sum
ARCH := $(shell uname -m)
GITREV_BUILD := $(shell bash $(PWD)/bin/gitrev.sh)
APPNAME := mfer
VERSION := 1.0.0
VERSION := 0.1.0
export DOCKER_IMAGE_CACHE_DIR := $(HOME)/Library/Caches/Docker/$(APPNAME)-$(ARCH)
GOLDFLAGS += -X main.Version=$(VERSION)
GOLDFLAGS += -X main.Gitrev=$(GITREV_BUILD)