chore: Bump version

This commit is contained in:
Evan Fiordeliso 2023-09-17 20:30:53 -04:00
parent 7cecc16695
commit 2a51b37e81
1 changed files with 1 additions and 1 deletions

View File

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