Browse Source

chore: bump version number

pull/3436/head
Gabe Kangas 2 years ago
parent
commit
dfe5dd494e
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      config/constants.go

2
config/constants.go

@ -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.1.2" // Shown when you build from develop StaticVersionNumber = "0.1.3" // Shown when you build from develop
// FfmpegSuggestedVersion is the version of ffmpeg we suggest. // FfmpegSuggestedVersion is the version of ffmpeg we suggest.
FfmpegSuggestedVersion = "v4.1.5" // Requires the v FfmpegSuggestedVersion = "v4.1.5" // Requires the v
// DataDirectory is the directory we save data to. // DataDirectory is the directory we save data to.

Loading…
Cancel
Save