Skip to content

Commit

Permalink
build: release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CatchZeng committed Jul 14, 2022
1 parent 9f2c881 commit ca952a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SHELL := /bin/bash
BASEDIR = $(shell pwd)

APP_NAME=feishu
APP_VERSION=1.3.1
APP_VERSION=1.3.2
IMAGE_NAME="catchzeng/${APP_NAME}:${APP_VERSION}"
IMAGE_LATEST="catchzeng/${APP_NAME}:latest"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ docker pull catchzeng/feishu

```sh
# Go 1.16+
go install github.com/CatchZeng/feishu@v1.3.1
go install github.com/CatchZeng/feishu@v1.3.2

# Go version < 1.16
go get -u github.com/CatchZeng/feishu@v1.3.1
go get -u github.com/CatchZeng/feishu@v1.3.2
```

## 使用方法
Expand Down
4 changes: 2 additions & 2 deletions cmd/feishu/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
)

const (
version = "1.3.1"
buildTime = "2022/04/20"
version = "1.3.2"
buildTime = "2022/07/14"
)

// versionCmd represents the version command
Expand Down

0 comments on commit ca952a4

Please sign in to comment.