From 12d0c956ffb6e025a770d140df55859e6d6ac809 Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 21 Aug 2024 16:18:26 +0200 Subject: [PATCH] Set version to release Prepare the 1.3.0 release. --- internal/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/main.go b/internal/main.go index fe3aace..1cdc08f 100644 --- a/internal/main.go +++ b/internal/main.go @@ -2,4 +2,4 @@ package internal // VERSION gives the unified version string for all application -const VERSION = "1.3.0-rc" +const VERSION = "1.3.0"