Skip to content

Commit

Permalink
0.15.4 (#384)
Browse files Browse the repository at this point in the history
* Proper version

* Release 0.15.3

* Release 0.15.3

* 0.15.4
  • Loading branch information
deniszh committed Oct 25, 2020
1 parent f1ad471 commit fd8deba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
FROM golang:1.15.3-alpine3.12 AS build

ARG gocarbon_version=0.15.3
ARG gocarbon_version=0.15.4
ARG gocarbon_repo=https://github.com/go-graphite/go-carbon.git
RUN apk add --update git make \
&& git clone "${gocarbon_repo}" /usr/local/src/go-carbon \
Expand Down
2 changes: 1 addition & 1 deletion go-carbon.go
Expand Up @@ -27,7 +27,7 @@ import (
)

// Version of go-carbon
const Version = "0.15.3"
const Version = "0.15.4"

var BuildVersion = "(development version)"

Expand Down

0 comments on commit fd8deba

Please sign in to comment.