From a72ccd1b6247a25c90fad317d98c884f3869b623 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sat, 12 Oct 2019 13:07:47 +0300 Subject: - version bump --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2d2cac48..fdd012ff 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.4.8 +RR_VERSION=1.5.0 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" -- cgit v1.2.3