Skip to content

Commit

Permalink
Release v1.0.6
Browse files Browse the repository at this point in the history
Fixes #9: websocket support
Fixes #15: Traffic shaping does not match on service name
Fixes #16: Filter routing table not on tags
Fixes #18: Manage manual overrides via UI
  • Loading branch information
magiconair committed Dec 1, 2015
1 parent bf0e8cc commit bfc0548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
// It is also set by the linker when fabio
// is built via the Makefile or the build/docker.sh
// script to ensure the correct version nubmer
var version = "1.0.6-dev"
var version = "1.0.6"

func main() {
var filename string
Expand Down

0 comments on commit bfc0548

Please sign in to comment.