diff options
author | Wolfy-J <[email protected]> | 2018-06-30 13:51:31 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-30 13:51:31 +0300 |
commit | af9b527604714aca3a63671977ccaac982ccae1c (patch) | |
tree | 4b499500829c159e2111a7b500698ae63fe20b88 /build.sh | |
parent | 4c112144459a6414b74127b72de372c4ac7b99ac (diff) |
- support logging for docker
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.0.3 +RR_VERSION=1.0.5 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |