Skip to content

Commit

Permalink
bump to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
n0vad3v committed Apr 10, 2024
1 parent 98a36be commit b780499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var (
ProxyMode bool
Prefetch bool
Config = NewWebPConfig()
Version = "0.11.0"
Version = "0.11.1"
WriteLock = cache.New(5*time.Minute, 10*time.Minute)
ConvertLock = cache.New(5*time.Minute, 10*time.Minute)
RemoteRaw = "./remote-raw"
Expand Down

0 comments on commit b780499

Please sign in to comment.