From ccf24d1458b4cf7881f2f4926350816ca42f8f88 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 20 Apr 2024 08:15:18 +0000 Subject: [PATCH] chore(release): bump version to 2.0.1 [skip ci] ## [2.0.1](https://github.com/YuukanOO/seelf/compare/v2.0.0...v2.0.1) (2024-04-20) ### Bug Fixes * stricter traefik constraints ([4e01a35](https://github.com/YuukanOO/seelf/commit/4e01a356829b00a81c12402895f8534c1556a203)) --- cmd/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/version/version.go b/cmd/version/version.go index 8830fe4c..afbc86ba 100644 --- a/cmd/version/version.go +++ b/cmd/version/version.go @@ -4,7 +4,7 @@ import ( "runtime/debug" ) -var version = "2.0.0" +var version = "2.0.1" // Retrieve the currentVersion version with additional vcs info if any. func Current() string {