Skip to content

Commit d216826

Browse files
authored
0.15.5 (#386)
* Proper version * Release 0.15.3 * Release 0.15.3 * v0.15.5 * typo
1 parent 8868b46 commit d216826

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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.15.3-alpine3.12 AS build
22

3-
ARG gocarbon_version=0.15.4
3+
ARG gocarbon_version=0.15.5
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
"runtime"
1414
"strconv"
1515
"syscall"
16-
1716
"github.com/lomik/zapwriter"
1817
"github.com/prometheus/client_golang/prometheus"
1918
"github.com/prometheus/client_golang/prometheus/promhttp"
@@ -27,7 +26,7 @@ import (
2726
)
2827

2928
// Version of go-carbon
30-
const Version = "0.15.4"
29+
const Version = "0.15.5"
3130

3231
var BuildVersion = "(development version)"
3332

0 commit comments

Comments
 (0)