diff options
author | Wolfy-J <[email protected]> | 2019-01-11 15:48:44 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-01-11 15:48:44 +0300 |
commit | 1e12b6ded87f8a89bf1cc88943cdba41ad4da8ed (patch) | |
tree | c8768ad398d9fa45f781c62cc91ec305cded2d7c /build.sh | |
parent | 5b24b65e62a26f74b9f9bd9ee79c717ea0836892 (diff) |
quickbuilds
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.3.0 +RR_VERSION=1.3.1 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |