Skip to content

Commit ff8ac58

Browse files
authored
Merge pull request #448 from deniszh/DZ-0.16.0
v0.16.0
2 parents b01fb71 + c0dae32 commit ff8ac58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.17.4-alpine3.15 AS build
22

3-
ARG gocarbon_version=0.15.6
3+
ARG gocarbon_version=0.16.0
44
ARG gocarbon_repo=https://github.com/go-graphite/go-carbon.git
55
RUN apk add --update git make \
66
&& git clone "${gocarbon_repo}" /usr/local/src/go-carbon \

go-carbon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
// Version of go-carbon
30-
const Version = "0.15.6"
30+
const Version = "0.16.0"
3131

3232
var BuildVersion = "(development version)"
3333

0 commit comments

Comments
 (0)