chore: bump version number
This commit is contained in:
parent
13c2054eaa
commit
a6ae38e1df
|
@ -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.0";
|
env.VERSION = "v1.1.1";
|
||||||
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";
|
||||||
|
|
Loading…
Reference in New Issue