From 8a3523735af205714f37bf87bdc08c3579c62dd2 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 19 May 2021 17:39:33 -0700 Subject: [PATCH] Bump dev version --- config/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/constants.go b/config/constants.go index a2a8c78a2..2a2ce33b2 100644 --- a/config/constants.go +++ b/config/constants.go @@ -4,7 +4,7 @@ import "path/filepath" const ( // StaticVersionNumber is the version of Owncast that is used when it's not overwritten via build-time settings. - StaticVersionNumber = "0.0.7" // Shown when you build from develop + StaticVersionNumber = "0.0.8" // Shown when you build from develop // WebRoot is the web server root directory. WebRoot = "webroot" // PrivateHLSStoragePath is the HLS write directory.