Browse Source

Bump version constant

pull/1682/head
Gabe Kangas 4 years ago
parent
commit
9125083f37
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      config/constants.go

2
config/constants.go

@ -4,7 +4,7 @@ import "path/filepath" @@ -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.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 = "webroot"
// FfmpegSuggestedVersion is the version of ffmpeg we suggest.

Loading…
Cancel
Save