From 06882336fa2257482769ef52aeae04c0d20a9a89 Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Wed, 30 Apr 2025 17:49:10 -0400 Subject: [PATCH] version bump --- main.go | 2 +- release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index d9c3ec6..5c3535f 100644 --- a/main.go +++ b/main.go @@ -42,7 +42,7 @@ func (m *ConcurrentMap) GetByMalId(i int) int { var lastBuiltAnimeIdList time.Time -const Version = "v0.2.1" +const Version = "v0.2.2" func main() { log.Printf("sonarr-anime-importer %s", Version) diff --git a/release.sh b/release.sh index 67e9caf..b928509 100755 --- a/release.sh +++ b/release.sh @@ -6,7 +6,7 @@ # commit changes # push commit # run script -version=0.2.1 +version=0.2.2 image_name=gabehf/sonarr-anime-importer git tag v$version