diff options
author | Wolfy-J <[email protected]> | 2019-01-05 15:56:14 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-01-05 15:56:14 +0300 |
commit | d890e973c45fbe53916304321f185ce940776bb7 (patch) | |
tree | 5740f9ba59e2a696c14076e2701570b2abc0fc98 /build.sh | |
parent | 6f1a668f5d67bc81d1ac26be84620dc5c87e1581 (diff) |
more tests
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.2.7 +RR_VERSION=1.3.0 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |