From a97c4c358f04a4fcf97831f6ac7cef1b8d0e0d08 Mon Sep 17 00:00:00 2001 From: Florent Messa Date: Tue, 26 Sep 2023 09:29:05 +0200 Subject: [PATCH] chore: prepare 0.13.0 --- constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/constants.go b/constants/constants.go index 39a2e9ad..50c674e3 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -6,7 +6,7 @@ import ( const ( // Version is the current version of picfit - Version = "0.12.0" + Version = "0.13.0" ) var (