summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Kangas <gabek@real-ity.com>2021-10-06 15:42:22 -0700
committerGabe Kangas <gabek@real-ity.com>2021-10-06 15:42:22 -0700
commit737dbf9b1a444b0b7d415da819c16d74d3d7812e (patch)
tree2682240217e981c2361b31da7f6cc8b23d490a52
parent390b3fc468e5fb8fd02e0b3ec53117e7298e36d2 (diff)
Bump version numberv0.0.10-s3-fix
-rw-r--r--config/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/constants.go b/config/constants.go
index 08c8a4ebf..72f81f971 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.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.