summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-12-20 14:46:28 +0300
committerWolfy-J <[email protected]>2018-12-20 14:46:28 +0300
commitea60c3e1eba96cd140e4c89b710de3a98f523f43 (patch)
tree9896f5b27553b2c304082ff6907be5271e983d3b /build.sh
parentcc7341eb78629ea86aa05b4a99b4adc2c57b3d24 (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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index aeba24a7..fd2263e0 100755..100644
--- 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}"