Skip to content

Commit 656373f

Browse files
committed
Release v0.1.4
1 parent dfaad13 commit 656373f

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
# Build all files.
3+
build:
4+
@go generate ./...
5+
.PHONY: build
6+
27
# Run all tests.
38
test:
49
@go test -cover ./...

docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Installation
55
Up can be installed via pre-compiled binaries, head over to the [Releases](https://github.com/apex/up/releases) page. For example for Mac OS use:
66

77
```
8-
$ curl -#L https://github.com/apex/up/releases/download/v0.1.3/up_0.1.3_darwin_amd64.tar.gz | tar -zx -C /usr/local/bin
8+
$ curl -#L https://github.com/apex/up/releases/download/v0.1.4/up_0.1.4_darwin_amd64.tar.gz | tar -zx -C /usr/local/bin
99
```
1010

1111
Verify installation with:

internal/proxy/bin/bin_assets.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:9d392ba37beccffbddf744947415278eb1df3928485802df0097cd1a47139c0a
3-
size 12065057
2+
oid sha256:8febd7c321080327d5386122f79c1561a4121d714b557761dbc47863b64a34ba
3+
size 12066233

internal/shim/bindata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)