Skip to content

Commit

Permalink
Merge pull request #450 from deniszh/DZ-v0.16.1
Browse files Browse the repository at this point in the history
0.16.1
  • Loading branch information
deniszh committed Feb 18, 2022
2 parents 0d2c8b0 + 884a60f commit ac23322
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@
## Changelog
##### master

##### version 0.16.1
* Fix issues with upload #448

##### version 0.16.0
* Fixing packaging #447
* carbonserver/quota: throughput racy counter fixes and refactoring #446
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,6 +1,6 @@
FROM golang:1.17.4-alpine3.15 AS build

ARG gocarbon_version=0.16.0
ARG gocarbon_version=0.16.1
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.16.0"
const Version = "0.16.1"

var BuildVersion = "(development version)"

Expand Down

0 comments on commit ac23322

Please sign in to comment.