diff --git a/README.md b/README.md index 68d4f58461..7b54b04ea4 100644 --- a/README.md +++ b/README.md @@ -123,10 +123,10 @@ Here we'll show you how to manually install the buildbox agent. mkdir -p ~/.buildbox ``` -2. Download the correct binaries for your platform. See: https://github.com/buildboxhq/buildbox-agent/releases/tag/v0.1-beta.2 for a list for binaries. +2. Download the correct binaries for your platform. See: https://github.com/buildboxhq/buildbox-agent/releases/tag/v0.1-beta.3 for a list for binaries. ```bash - wget https://github.com/buildboxhq/buildbox-agent/releases/download/v0.1-beta.2/buildbox-agent-linux-amd64.tar.gz + wget https://github.com/buildboxhq/buildbox-agent/releases/download/v0.1-beta.3/buildbox-agent-linux-amd64.tar.gz ``` 3. Extract the tar. This should extract `buildbox-agent` and `buildbox-artifact` to the `~/.buildbox` folder. diff --git a/buildbox/version.go b/buildbox/version.go index 81b74a32e7..646b694301 100644 --- a/buildbox/version.go +++ b/buildbox/version.go @@ -1,5 +1,5 @@ package buildbox const ( - Version = "0.1-beta.2" + Version = "0.1-beta.3" ) diff --git a/install.sh b/install.sh index eac9a8e58f..115c021f09 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ # For more information, see: https://github.com/buildboxhq/buildbox-agent COMMAND="bash -c \"\`curl -sL https://raw.github.com/buildboxhq/buildbox-agent/master/install.sh\`\"" -VERSION="0.1-beta.2" +VERSION="0.1-beta.3" set -e