diff options
author | Wolfy-J <[email protected]> | 2019-10-12 13:07:47 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-10-12 13:07:47 +0300 |
commit | a72ccd1b6247a25c90fad317d98c884f3869b623 (patch) | |
tree | c9a2f11f65ea61b910156024b1080fc565f863fa | |
parent | 9745de5ccc23802829268ea016d5e02127825d3d (diff) |
- version bumpv1.5.0
-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.8 +RR_VERSION=1.5.0 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |