lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 0407fb706c5f5f3281e481b37ab2ae561edc6c41
parent ecd373c651d6fc185535460e341bc50dd14f5ac0
Author: Sean Enck <sean@ttypty.com>
Date:   Wed,  8 Mar 2023 19:34:06 -0500

cleanup the version so it will be 'less confusing' in source

Diffstat:
MMakefile | 2+-
Mcmd/vers.txt | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile @@ -10,7 +10,7 @@ $(TARGET): cmd/main.go internal/**/*.go go.* internal/cli/completions* go build $(GOFLAGS) -o $@ cmd/main.go .version: - @git describe --tags --abbrev=0 | sed 's/^/version:/g' + @git describe --tags --abbrev=0 | sha256sum | cut -c 1-7 | sed 's/^/version:/g' @git tag --points-at HEAD | grep -q '' || echo "version:-1" check: $(TARGET) diff --git a/cmd/vers.txt b/cmd/vers.txt @@ -1 +1 @@ -v1.0.0-1 -\ No newline at end of file +86f0555-1 +\ No newline at end of file