From ac1cd9b901418271ce828e03c6c1e5660202d3d4 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 8 Oct 2021 21:00:29 -0700 Subject: [PATCH] Version constant bump --- config/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/constants.go b/config/constants.go index 72f81f971..fa9613e7a 100644 --- a/config/constants.go +++ b/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.10" // Shown when you build from develop + StaticVersionNumber = "0.0.11" // Shown when you build from develop // WebRoot is the web server root directory. WebRoot = "webroot" // FfmpegSuggestedVersion is the version of ffmpeg we suggest.