From ea60c3e1eba96cd140e4c89b710de3a98f523f43 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Thu, 20 Dec 2018 14:46:28 +0300 Subject: - http version fix - USER_AGENT bypass - added PHP7.3 to travis (travis, are you ok?) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 build.sh (limited to 'build.sh') diff --git a/build.sh b/build.sh old mode 100755 new mode 100644 index aeba24a7..fd2263e0 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.2.6 +RR_VERSION=1.2.7 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" -- cgit v1.2.3