mirror of
https://github.com/gabehf/sonarr-anime-importer.git
synced 2026-03-19 03:56:25 -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
|
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)
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue