From 3e335a7c62a0f67b6290fc4982e541eeb93d483c Mon Sep 17 00:00:00 2001 From: Anton Titov Date: Tue, 22 Oct 2019 18:48:38 +0300 Subject: Update build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fdd012ff..a071c7ad 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.5.0 +RR_VERSION=1.5.1 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" -- cgit v1.2.3