From bbe8fe2a15097482fb8b6976b455ff6afc9a60e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nils=20m=C3=A5s=C3=A9n?= Date: Tue, 31 Aug 2021 22:09:51 +0200 Subject: [PATCH] update meta for v0.5.1 --- internal/meta/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/meta/version.go b/internal/meta/version.go index 72bca4a2..b0d2a869 100644 --- a/internal/meta/version.go +++ b/internal/meta/version.go @@ -1,7 +1,7 @@ package meta // Version of Shoutrrr -const Version = `0.5` +const Version = `0.5.1` // DocsVersion is prepended to documentation URLs and usually equals MAJOR.MINOR of Version const DocsVersion = `v0.5`