Update version

This commit is contained in:
Evan Fiordeliso 2023-08-14 21:44:25 -04:00
parent b12ee11179
commit f0bf42dcbe
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# https://devenv.sh/basics/
env.NAME = "ytdl-web";
env.BINARY_OUT = "./out/ytdl-web";
env.VERSION = "1.0.8";
env.VERSION = "v1.1.0";
env.VERSION_PKG = "go.fifitido.net/ytdl-web/version";
env.DOCKER_REGISTRY = "git.fifitido.net";
env.DOCKER_ORG = "apps";