diff options
author | Wolfy-J <[email protected]> | 2018-10-13 10:54:47 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-10-13 10:54:47 +0300 |
commit | 1166830f80b2f86acdc75c789a1996a021442441 (patch) | |
tree | 407f4d971bb074f5285c5c491a794f1699a15f17 /build.sh | |
parent | cabffb55016e14afed94d1c0bced1b9a1b0b82b6 (diff) |
pre-release activities
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.4 +RR_VERSION=1.2.5 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |