Bump dev version number

This commit is contained in:
Gabe Kangas
2021-09-29 16:36:30 -07:00
parent 22fbfec7d3
commit 09bb48b696
2 changed files with 2 additions and 2 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.9" // Shown when you build from develop
StaticVersionNumber = "0.0.10" // Shown when you build from develop
// WebRoot is the web server root directory.
WebRoot = "webroot"
// FfmpegSuggestedVersion is the version of ffmpeg we suggest.