Bump version to 0.6.0

This commit is contained in:
lwthiker
2024-02-10 18:50:57 +02:00
parent 845db62e79
commit 7bca88691d
2 changed files with 5 additions and 5 deletions

View File

@@ -96,12 +96,12 @@ See [INSTALL.md](INSTALL.md).
Docker images based on Alpine Linux and Debian with `curl-impersonate` compiled and ready to use are available on [Docker Hub](https://hub.docker.com/r/lwthiker/curl-impersonate). The images contain the binary and all the wrapper scripts. Use like the following:
```bash
# Firefox version, Alpine Linux
docker pull lwthiker/curl-impersonate:0.5-ff
docker run --rm lwthiker/curl-impersonate:0.5-ff curl_ff109 https://www.wikipedia.org
docker pull lwthiker/curl-impersonate:0.6-ff
docker run --rm lwthiker/curl-impersonate:0.6-ff curl_ff109 https://www.wikipedia.org
# Chrome version, Alpine Linux
docker pull lwthiker/curl-impersonate:0.5-chrome
docker run --rm lwthiker/curl-impersonate:0.5-chrome curl_chrome110 https://www.wikipedia.org
docker pull lwthiker/curl-impersonate:0.6-chrome
docker run --rm lwthiker/curl-impersonate:0.6-chrome curl_chrome110 https://www.wikipedia.org
```
### Distro packages

View File

@@ -1,4 +1,4 @@
AC_INIT([curl-impersonate], [0.5.4], [lwt@lwthiker.com])
AC_INIT([curl-impersonate], [0.6.0], [lwt@lwthiker.com])
AC_CANONICAL_BUILD
AC_CANONICAL_HOST