From c1366518ad3390e24a1dc5fbe068ad8c8dc40cc0 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 15 Jan 2025 22:02:48 -0800 Subject: [PATCH] chore: bump version number --- 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 7d335f7f2..6a608a157 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.2.1" // Shown when you build from develop + StaticVersionNumber = "0.2.2" // Shown when you build from develop // FfmpegSuggestedVersion is the version of ffmpeg we suggest. FfmpegSuggestedVersion = "v4.1.5" // Requires the v // DataDirectory is the directory we save data to. diff --git a/openapi.yaml b/openapi.yaml index 8a4ce8d49..c7f8591bd 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.1.0 info: - version: 0.2.1 + version: 0.2.2 title: Owncast APIs description: |- Internal