Bump version constant

This commit is contained in:
Gabe Kangas 2022-03-05 22:19:45 -08:00
parent cfa1b1600c
commit 9125083f37
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

@ -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.