From 0ff14023c8e6381945ad8ed4cd08ef28d348ce60 Mon Sep 17 00:00:00 2001 From: Gabe Farrell Date: Wed, 30 Apr 2025 20:16:03 -0400 Subject: [PATCH] bump version --- main.go | 2 +- release.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 2de1858..21dec31 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ var Cache = cache.New(10*time.Minute, 15*time.Minute) var lastBuiltAnimeIdList time.Time -const Version = "v0.2.2" +const Version = "v0.3.0" func main() { log.Printf("sonarr-anime-importer %s", Version) diff --git a/release.sh b/release.sh index b928509..22e2958 100755 --- a/release.sh +++ b/release.sh @@ -6,7 +6,7 @@ # commit changes # push commit # run script -version=0.2.2 +version=0.3.0 image_name=gabehf/sonarr-anime-importer git tag v$version