summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-01-31 15:11:53 +0300
committerWolfy-J <[email protected]>2019-01-31 15:11:53 +0300
commit2b33bfc836134ca11fd5d095e1a98899265548fc (patch)
treeac7cd94644bae416ebfe7f8438c3aa44117e6ed3 /build.sh
parent22f01fa5627d11f00652310abbddd7ba03947771 (diff)
- added HttpClient for raw message consuming
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 d2d68327..d16d9560 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.2
+RR_VERSION=1.3.3
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"