chore: bump version

This commit is contained in:
Evan Fiordeliso 2023-08-16 15:24:45 -04:00
parent 66072d125b
commit 74ea74f691
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.1";
env.VERSION = "v1.1.2";
env.VERSION_PKG = "go.fifitido.net/ytdl-web/version";
env.DOCKER_REGISTRY = "git.fifitido.net";
env.DOCKER_ORG = "apps";