diff options
author | Wolfy-J <[email protected]> | 2018-12-20 14:46:28 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-12-20 14:46:28 +0300 |
commit | ea60c3e1eba96cd140e4c89b710de3a98f523f43 (patch) | |
tree | 9896f5b27553b2c304082ff6907be5271e983d3b /build.sh | |
parent | cc7341eb78629ea86aa05b4a99b4adc2c57b3d24 (diff) |
- http version fix
- USER_AGENT bypass
- added PHP7.3 to travis (travis, are you ok?)
Diffstat (limited to 'build.sh')
-rw-r--r--[-rwxr-xr-x] | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |