version bump

This commit is contained in:
Gabe Farrell 2025-04-30 17:49:10 -04:00
parent 5dc7251be0
commit 06882336fa
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ func (m *ConcurrentMap) GetByMalId(i int) int {
var lastBuiltAnimeIdList time.Time var lastBuiltAnimeIdList time.Time
const Version = "v0.2.1" const Version = "v0.2.2"
func main() { func main() {
log.Printf("sonarr-anime-importer %s", Version) log.Printf("sonarr-anime-importer %s", Version)

View file

@ -6,7 +6,7 @@
# commit changes # commit changes
# push commit # push commit
# run script # run script
version=0.2.1 version=0.2.2
image_name=gabehf/sonarr-anime-importer image_name=gabehf/sonarr-anime-importer
git tag v$version git tag v$version