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