diff options
author | Valery Piashchynski <[email protected]> | 2020-05-05 16:12:39 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-05-05 16:12:39 +0300 |
commit | 98aa7a313465e46809565fe94f9f21ebf52154ce (patch) | |
tree | 90785664c51b01eb0d7a843b182908173198bcfd /build.sh | |
parent | 670a6de77a0aee53296ac8741853cbec1b416f8d (diff) |
release 1.8.0
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.7.1 +RR_VERSION=1.8.0 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |