diff options
author | Valery Piashchynski <[email protected]> | 2020-12-02 10:33:58 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-02 10:33:58 +0300 |
commit | 0e5f37d059405b09e162bc7d16b0ec3fff3f3e14 (patch) | |
tree | fc390fa9216f396bad29b5ecc493febbce1b7c6e /build.sh | |
parent | a2e7b9ffc39ae982d63a1a87dc358447d35d8bc9 (diff) |
Release 1.9.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.8.4 +RR_VERSION=1.9.0 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |