mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 21:59:43 +03:00
Bump version number
This commit is contained in:
parent
bdf0d365c3
commit
1bb4a68b18
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import "path/filepath"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// StaticVersionNumber is the version of Owncast that is used when it's not overwritten via build-time settings.
|
// 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 is the web server root directory.
|
||||||
WebRoot = "webroot"
|
WebRoot = "webroot"
|
||||||
// PrivateHLSStoragePath is the HLS write directory.
|
// PrivateHLSStoragePath is the HLS write directory.
|
||||||
|
|
Loading…
Reference in a new issue