Skip to content

Commit

Permalink
Bump version to v0.1.0 and release binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Aug 15, 2022
1 parent 8e89ae0 commit 801f922
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.0.1
VERSION = 0.1.0
LDFLAGS = -ldflags '-s -w' -gcflags=-trimpath=${PWD} -asmflags=-trimpath=${PWD}

linux_amd64: export GOOS=linux
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ I have used the program to upload several terabytes to Amazon S3 and I consider

## Installation

Precompiled binaries will be provided at a later date. For now you can install using `go install`:
You can download precompiled binaries [from the releases section](https://github.com/stefansundin/shrimp/releases/latest).

If you prefer to compile from source (or to use unreleased features), you can install using `go install`:

```
go install github.com/stefansundin/shrimp@latest
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
smithyhttp "github.com/aws/smithy-go/transport/http"
)

const version = "0.0.1"
const version = "0.1.0"

func init() {
// Do not fail if a region is not specified anywhere
Expand Down

0 comments on commit 801f922

Please sign in to comment.