Bump version constant

This commit is contained in:
Gabe Kangas 2021-08-13 00:26:10 -07:00
parent ea66ccfe3d
commit a0a8257cb7

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