From 36bf5ff7cd486c140756defe6d16d7a765a24708 Mon Sep 17 00:00:00 2001
From: Keith Pitt <me@keithpitt.com>
Date: Tue, 18 Mar 2014 21:10:32 +0800
Subject: [PATCH] Bumped version to 0.1-beta.3

---
 README.md           | 4 ++--
 buildbox/version.go | 2 +-
 install.sh          | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

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