Up version number

This commit is contained in:
Cyber MacGeddon 2024-07-15 19:42:16 +01:00
parent 31156f59b1
commit 742fca8e44
7 changed files with 43 additions and 40 deletions

View file

@ -1,6 +1,6 @@
# VERSION=$(shell git describe | sed 's/^v//')
VERSION=0.1.16
VERSION=0.2.0
all: container
@ -27,4 +27,5 @@ stop:
clean:
rm -rf wheels/
# sed -i 's/0.1.15/0.1.16/' docker-compose*.yaml
set-version:
sed -i 's/trustgraph-flow:[0-9]*\.[0-9]*\.[0-9]*/trustgraph-flow:'${VERSION}'/' docker-compose*.yaml