From 797d880cf82e90a950559a2e766ae24db2802803 Mon Sep 17 00:00:00 2001 From: Oscar Luu Date: Tue, 9 Jun 2020 19:23:24 -0700 Subject: [PATCH] new release version --- README.md | 7 ++++--- version.go | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1f7afb..6dc9c4b 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ Installing ### Binary Releases Pre-built binaries for darwin and linux. -### Current Stable Release: `v0.7.1` -* [statsdaemon-0.7.1.darwin-amd64.go1.4.2.tar.gz](https://github.com/bitly/statsdaemon/releases/download/v0.7.1/statsdaemon-0.7.1.darwin-amd64.go1.4.2.tar.gz) -* [statsdaemon-0.7.1.linux-amd64.go1.4.2.tar.gz](https://github.com/bitly/statsdaemon/releases/download/v0.7.1/statsdaemon-0.7.1.linux-amd64.go1.4.2.tar.gz) +### Current Stable Release: `v0.7.2` +* [statsdaemon-0.7.2.darwin-amd64.go1.12.1.tar.gz](https://github.com/bitly/statsdaemon/releases/download/v0.7.1/statsdaemon-0.7.2.darwin-amd64.go1.12.1.tar.gz) +* [statsdaemon-0.7.2.linux-amd64.go1.12.1.tar.gz](https://github.com/bitly/statsdaemon/releases/download/v0.7.2/statsdaemon-0.7.2.linux-amd64.go1.12.1.tar.gz) +* [statsdaemon-0.7.2.freebsd-amd64.go1.12.1.tar.gz](https://github.com/bitly/statsdaemon/releases/download/v0.7.2/statsdaemon-0.7.2.freebsd-amd64.go1.12.1.tar.gz) ### Building from Source ``` diff --git a/version.go b/version.go index f1c546a..0b53fc5 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package main -const VERSION = "0.7.1" +const VERSION = "0.7.2"