diff options
author | Wolfy-J <[email protected]> | 2018-10-18 13:23:06 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-10-18 13:23:06 +0300 |
commit | 5c3ba4ddd3db5dbad00fc9a61e3bcf115658b935 (patch) | |
tree | fb714611b1d70011c4190a745aeb9f03c3b178fe /build.sh | |
parent | c7243dd5a8f2d94c1c357bca242032777c33ac14 (diff) |
- bugfix: ignored `stopping` value during http server shutdown
- debug log now split message into individual lines
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.2.5 +RR_VERSION=1.2.6 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |