diff options
author | Wolfy-J <[email protected]> | 2019-12-23 16:55:48 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-12-23 16:55:48 +0300 |
commit | 214e01839732eee1ded7e514a8aed3399364582f (patch) | |
tree | 81bd225dce5bf1cbb1261d8a0d4123f4915bd2cd | |
parent | a006a2d7dde5b01e6478c552d03fb2d592fb579e (diff) |
- version bump
-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.5.2 +RR_VERSION=1.5.3 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |