diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-05 14:59:13 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-05 14:59:13 +0000 |
commit | 4d7dff992d7aef6775744f91ce2766d164f4a5da (patch) | |
tree | de2e7c8d30e8ef7b9ac5865625ab308ff3c104d9 /build.sh | |
parent | 670a6de77a0aee53296ac8741853cbec1b416f8d (diff) | |
parent | 1ca2cd491bc0f70aa2893c7e39e0389345a7728b (diff) |
Merge #318v1.8.0
318: release 1.8.0 r=48d90782 a=48d90782
release 1.8.0
Co-authored-by: Valery Piashchynski <[email protected]>
Co-authored-by: Valentin V / vvval <[email protected]>
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}" |