From 1bb4a68b184a20e9fa9602804468fe1a272fe6d2 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 16 Mar 2021 19:35:09 -0700 Subject: [PATCH] Bump version number --- config/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/constants.go b/config/constants.go index 65a4eec8e..5ef56c119 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.6" // Shown when you build from master + StaticVersionNumber = "0.0.7" // Shown when you build from master // WebRoot is the web server root directory. WebRoot = "webroot" // PrivateHLSStoragePath is the HLS write directory.