Skip to content

Commit

Permalink
use same version format as client
Browse files Browse the repository at this point in the history
  • Loading branch information
rybesh committed Sep 24, 2023
1 parent 4f59249 commit debc825
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
Expand Up @@ -3,7 +3,7 @@ PYTHON3 := $(VENV_DIR)/bin/python3
PYTEST := $(VENV_DIR)/bin/pytest
FLASK := $(VENV_DIR)/bin/flask
DB := ./db.sqlite
SERVER_VERSION := $(shell git describe --tags)
SERVER_VERSION := $(shell git describe | cut -c 2-)

.PHONY: all
all: $(DB)
Expand Down

0 comments on commit debc825

Please sign in to comment.