Bump app version

This commit is contained in:
Evan Fiordeliso 2024-02-17 12:03:46 -05:00
parent e59915a8f5
commit c2b70e2ead
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 = "v1.1.4";
env.VERSION = "v1.2.0";
env.VERSION_PKG = "go.fifitido.net/ytdl-web/version";
env.DOCKER_REGISTRY = "git.fifitido.net";
env.DOCKER_ORG = "apps";