Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspeitz committed Oct 9, 2018
1 parent 7f130c2 commit f4a19b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.6.1
* Sanitize colons in tags

# 0.6.0 / 0.6.0-alpha
* **BREAKING**: Period/length uses now seconds instead of minutes
* **BREAKING**: Config file uses new syntax to support static
Expand Down
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"os"
)

const yaceVersion = "0.6.0"
const yaceVersion = "0.6.1"

var (
addr = flag.String("listen-address", ":5000", "The address to listen on.")
Expand Down

0 comments on commit f4a19b1

Please sign in to comment.