From 513b59b174af13119d689296fea4d6976d72aa25 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 28 Jul 2023 17:31:38 -0700 Subject: [PATCH] chore: bump version number to 0.1.2 --- config/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/constants.go b/config/constants.go index d0d145a06..46dea1cd6 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.1.1" // Shown when you build from develop + StaticVersionNumber = "0.1.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.