Bump version to 0.5.1 (#385)
Signed-off-by: drasko <drasko.draskovic@gmail.com>
This commit is contained in:
parent
0c77d84176
commit
845b69a4ac
|
@ -1,7 +1,7 @@
|
|||
enablePlugins(GatlingPlugin)
|
||||
|
||||
name := "load-test"
|
||||
version := "0.5.0"
|
||||
version := "0.5.1"
|
||||
|
||||
scalaVersion := "2.12.4"
|
||||
|
||||
|
|
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue