mirror of
https://github.com/gabehf/sonarr-anime-importer.git
synced 2026-03-14 09:45:54 -07:00
version bump
This commit is contained in:
parent
5dc7251be0
commit
06882336fa
2 changed files with 2 additions and 2 deletions
2
main.go
2
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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue