mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
chore: bump version number to 0.1.2
This commit is contained in:
parent
103d1684ca
commit
513b59b174
1 changed files with 1 additions and 1 deletions
|
@ -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.1.1" // Shown when you build from develop
|
||||
StaticVersionNumber = "0.1.2" // Shown when you build from develop
|
||||
// FfmpegSuggestedVersion is the version of ffmpeg we suggest.
|
||||
FfmpegSuggestedVersion = "v4.1.5" // Requires the v
|
||||
// DataDirectory is the directory we save data to.
|
||||
|
|
Loading…
Reference in a new issue