Skip to content

Commit

Permalink
Bumped version to 0.1-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
keithpitt committed Mar 18, 2014
1 parent d0ae27f commit 36bf5ff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion buildbox/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package buildbox

const (
Version = "0.1-beta.2"
Version = "0.1-beta.3"
)
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 36bf5ff

Please sign in to comment.