Skip to content

Commit

Permalink
Keep v prefix for seid version (#1311)
Browse files Browse the repository at this point in the history
keep v prefix for seid version
  • Loading branch information
philipsu522 authored Jan 31, 2024
1 parent bf2ba72 commit a0cf7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f

VERSION := $(shell echo $(shell git describe --tags) | sed 's/^v//')
VERSION := $(shell echo $(shell git describe --tags))
COMMIT := $(shell git log -1 --format='%H')

BUILDDIR ?= $(CURDIR)/build
Expand Down

0 comments on commit a0cf7db

Please sign in to comment.