summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-01-17 13:02:01 +0300
committerWolfy-J <[email protected]>2019-01-17 13:02:01 +0300
commit9fc88c96d50b44525356be9f1ddb0c4f22ce4d75 (patch)
tree7bee569a9d4c5a20f8402f5bf902b8d1f066e6eb /build.sh
parent7a13e71af6a81039e119cc7b9e7592f93de59e60 (diff)
- `_SERVER` now exposes headers with HTTP_ prefix (fixing Lravel integration) by @Alex-Bond
- fixed bug causing body payload not being received for custom HTTP methods by @Alex-Bond
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 36a8f198..d2d68327 100755
--- 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.3.1
+RR_VERSION=1.3.2
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"