From 8940602afbf0e3040c27575763ae950346c12c4e Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 21 Nov 2022 12:34:56 -0800 Subject: [PATCH] Bump version for 0.0.13 release --- config/constants.go | 2 +- openapi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/constants.go b/config/constants.go index 21c40ea42..fbbedd7b1 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.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 = "webroot" // FfmpegSuggestedVersion is the version of ffmpeg we suggest. diff --git a/openapi.yaml b/openapi.yaml index 3d1da8765..01d5dcffa 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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. - version: '0.0.12' + version: '0.0.13' contact: name: Gabe Kangas email: gabek@real-ity.com