Browse Source

Bump version number

pull/831/head
Gabe Kangas 4 years ago
parent
commit
1bb4a68b18
  1. 2
      config/constants.go

2
config/constants.go

@ -4,7 +4,7 @@ import "path/filepath" @@ -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.6" // Shown when you build from master
StaticVersionNumber = "0.0.7" // Shown when you build from master
// WebRoot is the web server root directory.
WebRoot = "webroot"
// PrivateHLSStoragePath is the HLS write directory.

Loading…
Cancel
Save