Skip to content

Commit

Permalink
[release] v1.1.0 (easegress-io#123)
Browse files Browse the repository at this point in the history
* [release] v1.1.0

* [release] update version tag in makefile
  • Loading branch information
benja-wu committed Jul 16, 2021
1 parent dbb8ffb commit 64adfb0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ builds:
- darwin
ldflags:
- -s -w
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.0.1
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.1.0
- -X github.com/megaease/easegress/pkg/version.COMMIT={{.Commit}}
- -X github.com/megaease/easegress/pkg/version.REPO=megaease/easegress

Expand All @@ -37,7 +37,7 @@ builds:
- darwin
ldflags:
- -s -w
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.0.1
- -X github.com/megaease/easegress/pkg/version.RELEASE=v1.1.0
- -X github.com/megaease/easegress/pkg/version.COMMIT={{.Commit}}
- -X github.com/megaease/easegress/pkg/version.REPO=megaease/easegress

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MKFILE_DIR := $(dir $(MKFILE_PATH))
RELEASE_DIR := ${MKFILE_DIR}bin

# Version
RELEASE?=1.0.1
RELEASE?=v1.1.0

# Git Related
GIT_REPO_INFO=$(shell cd ${MKFILE_DIR} && git config --get remote.origin.url)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ We can download the binary from [release page](https://github.com/megaease/easeg

```bash
$ mkdir easegress
$ wget https://github.com/megaease/easegress/releases/download/v1.0.1/easegress-v1.0.1-linux-amd64.tar.gz
$ tar zxvf easegress-v1.0.1-linux-amd64.tar.gz -C easegress && cd easegress
$ wget https://github.com/megaease/easegress/releases/download/v1.1.0/easegress-v1.1.0-linux-amd64.tar.gz
$ tar zxvf easegress-v1.1.0-linux-amd64.tar.gz -C easegress && cd easegress
```

or use source code:
Expand Down

0 comments on commit 64adfb0

Please sign in to comment.