Bump version to 0.5.1 (#385)

Signed-off-by: drasko <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2018-09-04 23:32:04 +02:00 committed by GitHub
parent 0c77d84176
commit 845b69a4ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
enablePlugins(GatlingPlugin)
name := "load-test"
version := "0.5.0"
version := "0.5.1"
scalaVersion := "2.12.4"

View File

@ -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"`