summaryrefslogtreecommitdiff
path: root/www/owncast/files/patch-config_constants.go
blob: dd5d741084e0809d6733e9dddb982b404500833f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- config/constants.go.orig	2021-11-19 09:16:05 UTC
+++ config/constants.go
@@ -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.