Skip to content

Commit

Permalink
Merge pull request #21 from taik0/update_opencensus_module
Browse files Browse the repository at this point in the history
Update opencensus module and set the KrakenD-ce version to 0.5.1
  • Loading branch information
alombarte authored Jun 16, 2018
2 parents f40a273 + c278860 commit 5f11c64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@
name = "github.com/devopsfaith/krakend-viper"

[[constraint]]
version = "0.5.0"
version = "0.5.1"
name = "github.com/devopsfaith/krakend-opencensus"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
BIN_NAME :=krakend
DEP_VERSION=0.4.1
OS := $(shell uname | tr '[:upper:]' '[:lower:]')
VERSION :=0.5.0
VERSION :=0.5.1
PKGNAME := krakend
LICENSE := Apache 2.0
VENDOR=
Expand Down

0 comments on commit 5f11c64

Please sign in to comment.