mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
Bump dev version number
This commit is contained in:
parent
22fbfec7d3
commit
09bb48b696
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -2,7 +2,7 @@ openapi: 3.0.1
|
|||
info:
|
||||
title: Owncast
|
||||
description: Owncast is a self-hosted live video and web chat server for use with existing popular broadcasting software. The following APIs represent the state in the development branch.
|
||||
version: '0.0.9'
|
||||
version: '0.0.10-dev'
|
||||
contact:
|
||||
name: Gabe Kangas
|
||||
email: gabek@real-ity.com
|
||||
|
|
Loading…
Reference in a new issue