diff options
author | Wolfy-J <[email protected]> | 2019-06-27 14:54:58 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-06-27 14:54:58 +0300 |
commit | bf540817226fae3833a81e08b6021789fdca8f2c (patch) | |
tree | 237426afce3efb0a2898f997ccd9990a63ebc38b /build.sh | |
parent | 39a2eac13074a209d17f03930223542ff0af8766 (diff) |
more testsv1.4.5
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.4.4 +RR_VERSION=1.4.5 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |