Skip to content

Commit

Permalink
Bump version to 0.5.1 (#385)
Browse files Browse the repository at this point in the history
Signed-off-by: drasko <drasko.draskovic@gmail.com>
  • Loading branch information
drasko authored Sep 4, 2018
1 parent 0c77d84 commit 845b69a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion load-test/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
enablePlugins(GatlingPlugin)

name := "load-test"
version := "0.5.0"
version := "0.5.1"

scalaVersion := "2.12.4"

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"net/http"
)

const version string = "0.5.0"
const version string = "0.5.1"

type response struct {
Service string `json:"service"`
Expand Down

0 comments on commit 845b69a

Please sign in to comment.