Skip to content

Commit 22f67f3

Browse files
authored
Merge pull request #74 from yyoshiki41/chore/bump-v0.12.0
chore(radigo): Bump v0.12.0
2 parents e3e485f + 5399294 commit 22f67f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/golang:1.15
5+
- image: circleci/golang:1.16
66

77
working_directory: /go/src/github.com/yyoshiki41/radigo
88

radigo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func init() {
3030
}
3131
}
3232

33-
const version = "v0.11.0"
33+
const version = "v0.12.0"
3434

3535
// Version returns the app version.
3636
func Version() string {

0 commit comments

Comments
 (0)