Skip to content

Commit 36bf5ff

Browse files
committed
Bumped version to 0.1-beta.3
1 parent d0ae27f commit 36bf5ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ Here we'll show you how to manually install the buildbox agent.
123123
mkdir -p ~/.buildbox
124124
```
125125

126-
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.
126+
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.
127127

128128
```bash
129-
wget https://github.com/buildboxhq/buildbox-agent/releases/download/v0.1-beta.2/buildbox-agent-linux-amd64.tar.gz
129+
wget https://github.com/buildboxhq/buildbox-agent/releases/download/v0.1-beta.3/buildbox-agent-linux-amd64.tar.gz
130130
```
131131

132132
3. Extract the tar. This should extract `buildbox-agent` and `buildbox-artifact` to the `~/.buildbox` folder.

buildbox/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package buildbox
22

33
const (
4-
Version = "0.1-beta.2"
4+
Version = "0.1-beta.3"
55
)

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# For more information, see: https://github.com/buildboxhq/buildbox-agent
88

99
COMMAND="bash -c \"\`curl -sL https://raw.github.com/buildboxhq/buildbox-agent/master/install.sh\`\""
10-
VERSION="0.1-beta.2"
10+
VERSION="0.1-beta.3"
1111

1212
set -e
1313

0 commit comments

Comments
 (0)