We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3e485f + 5399294 commit 22f67f3Copy full SHA for 22f67f3
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2
2
jobs:
3
build:
4
docker:
5
- - image: circleci/golang:1.15
+ - image: circleci/golang:1.16
6
7
working_directory: /go/src/github.com/yyoshiki41/radigo
8
radigo.go
@@ -30,7 +30,7 @@ func init() {
30
}
31
32
33
-const version = "v0.11.0"
+const version = "v0.12.0"
34
35
// Version returns the app version.
36
func Version() string {
0 commit comments