diff options
author | Valery Piashchynski <[email protected]> | 2020-09-02 11:30:46 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-09-02 11:30:46 +0300 |
commit | 163c72df6e4a46aa78ab825670aedce069bae40f (patch) | |
tree | cc09ae8b027be73e7e168b7447bfe71af5d92686 /build.sh | |
parent | f7dc6bafa5edadcaba87ffee9bb33aa82a848792 (diff) |
release 1.8.3
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.2 +RR_VERSION=1.8.3 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |