From 56fe91f45c40aa79c75e44f1a3b924ada6d1a0a0 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 30 Dec 2020 23:26:11 -0800 Subject: [PATCH] Mark api spec as 0.0.5-development --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 1ff31eab6..d194e9391 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. The following APIs represent the state in the development master branch. - version: '0.0.4' + version: '0.0.5-development' contact: name: Gabe Kangas email: gabek@real-ity.com