diff --git a/README.md b/README.md index 7a31f04..f7d5ee3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Serve -[![Go Version](https://img.shields.io/static/v1?style=for-the-badge&label=Go+Version&message=1.17.6&color=blue&logo=go)](https://github.com/golang/go/releases/tag/go1.17.6) +[![Go Version](https://img.shields.io/static/v1?style=for-the-badge&label=Go+Version&message=1.18.1&color=blue&logo=go)](https://github.com/golang/go/releases/tag/go1.18.1) [![Reference](https://img.shields.io/badge/reference-007d9c?style=for-the-badge&logo=go&logoColor=white&&labelColor=5c5c5c)](https://pkg.go.dev/github.com/ClavinJune/serve) [![Latest Release](https://img.shields.io/github/tag/ClavinJune/serve.svg?style=for-the-badge&logo=github)](https://github.com/ClavinJune/serve/releases/latest) [![Registry](https://img.shields.io/static/v1?style=for-the-badge&label=Registry&message=ghcr.io&color=red&logo=linux-containers)](https://ghcr.io/clavinjune/serve) @@ -24,8 +24,8 @@ A Lightweight HTTP Server Built on Top of Go ```bash # chmod +x serve_{version}_{os}_{arch} -$ chmod +x serve_0.3.8_linux_amd64 -$ ./serve_0.3.8_linux_amd64 -v +$ chmod +x serve_0.3.9_linux_amd64 +$ ./serve_0.3.9_linux_amd64 -v serve v0.3.9 ```