Bump to 0.3.0 (#60)

This commit is contained in:
Nova Kwok 2020-11-29 12:18:26 +08:00 committed by GitHub
parent 9eda9ee799
commit cedacd3997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ var (
prefetch, proxyMode bool prefetch, proxyMode bool
config Config config Config
version = "0.2.2" version = "0.3.0"
) )
const ( const (

View File

@ -1,5 +1,5 @@
Name: webp-server Name: webp-server
Version: 0.2.2 Version: 0.3.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: Go version of WebP Server. A tool that will serve your JPG/PNGs as WebP format with compression, on-the-fly. Summary: Go version of WebP Server. A tool that will serve your JPG/PNGs as WebP format with compression, on-the-fly.