From 92bcfad517f34ee31b436d6313d90808f5413409 Mon Sep 17 00:00:00 2001 From: Gianluca <244997+Matrix86@users.noreply.github.com> Date: Tue, 21 Feb 2023 12:05:03 +0100 Subject: [PATCH] releasing v1.2.4 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 18116d6..334e1ac 100644 --- a/version.go +++ b/version.go @@ -2,5 +2,5 @@ package cloudwatcher const ( // Version need a comment? - Version = "1.2.2" + Version = "1.2.4" )