mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-06 21:35:13 +02:00
Up version number
This commit is contained in:
parent
31156f59b1
commit
742fca8e44
7 changed files with 43 additions and 40 deletions
5
Makefile
5
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue