Bump version for 0.0.13 release
This commit is contained in:
parent
83facc283b
commit
8940602afb
@ -4,7 +4,7 @@ import "path/filepath"
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// StaticVersionNumber is the version of Owncast that is used when it's not overwritten via build-time settings.
|
// StaticVersionNumber is the version of Owncast that is used when it's not overwritten via build-time settings.
|
||||||
StaticVersionNumber = "0.0.12" // Shown when you build from develop
|
StaticVersionNumber = "0.0.13" // Shown when you build from develop
|
||||||
// WebRoot is the web server root directory.
|
// WebRoot is the web server root directory.
|
||||||
WebRoot = "webroot"
|
WebRoot = "webroot"
|
||||||
// FfmpegSuggestedVersion is the version of ffmpeg we suggest.
|
// FfmpegSuggestedVersion is the version of ffmpeg we suggest.
|
||||||
|
@ -2,7 +2,7 @@ openapi: 3.0.1
|
|||||||
info:
|
info:
|
||||||
title: Owncast
|
title: Owncast
|
||||||
description: Owncast is a self-hosted live video and web chat server for use with existing popular broadcasting software.
|
description: Owncast is a self-hosted live video and web chat server for use with existing popular broadcasting software.
|
||||||
version: '0.0.12'
|
version: '0.0.13'
|
||||||
contact:
|
contact:
|
||||||
name: Gabe Kangas
|
name: Gabe Kangas
|
||||||
email: gabek@real-ity.com
|
email: gabek@real-ity.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user