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