diff options
author | Wolfy-J <[email protected]> | 2019-05-21 11:50:41 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-21 11:50:41 +0300 |
commit | 14164eccb902ed2456a55cbdffacf774c438c300 (patch) | |
tree | 0dec569383febc42c95989b1902ab11babf2ea88 /build.sh | |
parent | 26fb29275d4e79165911bb1cdb3e2c0ce34dbe9a (diff) |
added CE build (+jobs +grpc)
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.4.0 +RR_VERSION=1.4.2 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |