diff --git a/README.md b/README.md index 0116d50..724f8d1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Fetch the [latest release](https://github.com/bcicen/ctop/releases) for your pla #### Linux ```bash -wget https://github.com/bcicen/ctop/releases/download/v0.4/ctop-0.4-linux-amd64 -O ctop +wget https://github.com/bcicen/ctop/releases/download/v0.4.1/ctop-0.4.1-linux-amd64 -O ctop sudo mv ctop /usr/local/bin/ sudo chmod +x /usr/local/bin/ctop ``` @@ -25,7 +25,7 @@ sudo chmod +x /usr/local/bin/ctop #### OS X ```bash -curl -Lo ctop https://github.com/bcicen/ctop/releases/download/v0.4/ctop-0.4-darwin-amd64 +curl -Lo ctop https://github.com/bcicen/ctop/releases/download/v0.4.1/ctop-0.4.1-darwin-amd64 sudo mv ctop /usr/local/bin/ sudo chmod +x /usr/local/bin/ctop ``` diff --git a/VERSION b/VERSION index bd73f47..267577d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4 +0.4.1