master -> develop

This commit is contained in:
Gabe Kangas
2021-04-11 19:50:47 -07:00
parent 1b27d0b46d
commit 0b6c827557
6 changed files with 9 additions and 9 deletions

View File

@@ -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 master
StaticVersionNumber = "0.0.7" // Shown when you build from develop
// WebRoot is the web server root directory.
WebRoot = "webroot"
// PrivateHLSStoragePath is the HLS write directory.