mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 13:24:33 +03:00
Bump version constant
This commit is contained in:
parent
cfa1b1600c
commit
9125083f37
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.11" // Shown when you build from develop
|
StaticVersionNumber = "0.0.12" // Shown when you build from develop
|
||||||
// WebRoot is the web server root directory.
|
// WebRoot is the web server root directory.
|
||||||
WebRoot = "webroot"
|
WebRoot = "webroot"
|
||||||
// FfmpegSuggestedVersion is the version of ffmpeg we suggest.
|
// FfmpegSuggestedVersion is the version of ffmpeg we suggest.
|
||||||
|
|
Loading…
Reference in a new issue