Skip to content

Commit

Permalink
Release 20.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Apr 29, 2020
1 parent ba25d11 commit aea1318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

const (
Author = "webdevops.io"
Version = "0.7.0"
Version = "20.4.0"
)

var (
Expand Down Expand Up @@ -49,8 +49,8 @@ var opts struct {
DockerLimit int `long:"docker.limit" env:"DOCKER_LIMIT" description:"Number of tags fetched from Docker" default:"25"`

// cache
CachePath string `long:"cache.path" env:"CACHE_PATH" description:"Cache path"`
CacheTtl time.Duration `long:"cache.ttl" env:"CACHE_TTL" description:"Cache expiry" default:"24h"`
CachePath string `long:"cache.path" env:"CACHE_PATH" description:"Cache path"`
CacheTtl time.Duration `long:"cache.ttl" env:"CACHE_TTL" description:"Cache expiry" default:"24h"`
}

func main() {
Expand Down

0 comments on commit aea1318

Please sign in to comment.