diff options
author | Wolfy-J <[email protected]> | 2018-09-23 15:47:55 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-09-23 15:47:55 +0300 |
commit | 0d826d29d27cdc83766ceb60c33444603f67ade1 (patch) | |
tree | 0bb3af3528481af163d331104bd672bfc2794117 /build.sh | |
parent | d208fa427bedeed367be4bab6d5285eb0a8984fb (diff) |
task wait group protection added
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.1 +RR_VERSION=1.2.2 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |