chore: bump version number

This commit is contained in:
Gabe Kangas
2025-05-03 16:08:51 -07:00
parent 27d7e14550
commit 3661cd3e63
2 changed files with 2 additions and 2 deletions
+1 -1
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.2.2" // Shown when you build from develop
StaticVersionNumber = "0.2.3" // 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.