diff options
author | Wolfy-J <[email protected]> | 2019-01-31 15:11:53 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-01-31 15:11:53 +0300 |
commit | 2b33bfc836134ca11fd5d095e1a98899265548fc (patch) | |
tree | ac7cd94644bae416ebfe7f8438c3aa44117e6ed3 /build.sh | |
parent | 22f01fa5627d11f00652310abbddd7ba03947771 (diff) |
- added HttpClient for raw message consuming
Diffstat (limited to 'build.sh')
-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.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}" |