Bump package version

This commit is contained in:
2023-02-23 11:19:07 -06:00
parent 9c5e652d82
commit 44008c349d
5 changed files with 31 additions and 34 deletions

View File

@@ -1,11 +1,10 @@
VERSION := 0.6
VERSION := 0.7
PKG := ghcr.io/anl-ceeesa/relog-web
clean:
rm -rfv build Manifest.toml test/Manifest.toml deps/formatter/build deps/formatter/Manifest.toml
docs:
cd docs; julia --project=. make.jl; cd ..
rsync -avP --delete-after docs/build/ ../docs/$(VERSION)/
docker-build: