diff options
author | Wolfy-J <[email protected]> | 2019-06-03 19:17:55 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-06-03 19:17:55 +0300 |
commit | d2bcfd59dd14c8cccd60cc297f3753ea63cc615c (patch) | |
tree | 80d1693f3bb16fdb3ff36698d962ad4fdec82646 | |
parent | a65d73191cd1689411af69669b8eb04395938bc8 (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.4.2 +RR_VERSION=1.4.3 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |