Bump version

This commit is contained in:
Evan Fiordeliso 2023-07-12 19:17:46 -04:00
parent 96bffc8fb0
commit 08251502f5
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.3";
env.VERSION = "1.0.8";
env.VERSION_PKG = "go.fifitido.net/ytdl-web/version";
env.YTDL_ENV = "Development";