chore: bump version number to v0.2.1

This commit is contained in:
Gabe Kangas
2025-01-12 20:39:37 -08:00
parent 8ce270b02f
commit 0d46f4a7d0
2 changed files with 2 additions and 2 deletions

View File

@@ -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.2.0" // Shown when you build from develop StaticVersionNumber = "0.2.1" // Shown when you build from develop
// FfmpegSuggestedVersion is the version of ffmpeg we suggest. // FfmpegSuggestedVersion is the version of ffmpeg we suggest.
FfmpegSuggestedVersion = "v4.1.5" // Requires the v FfmpegSuggestedVersion = "v4.1.5" // Requires the v
// DataDirectory is the directory we save data to. // DataDirectory is the directory we save data to.

View File

@@ -1,7 +1,7 @@
openapi: 3.1.0 openapi: 3.1.0
info: info:
version: 0.2.0 version: 0.2.1
title: Owncast APIs title: Owncast APIs
description: |- description: |-
Internal Internal