diff options
author | Wolfy-J <[email protected]> | 2018-06-23 20:24:34 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-23 20:24:34 +0300 |
commit | 4e18947c529d8f23fd2c4b9d755f66268777b59a (patch) | |
tree | b21877830113af8e11b6e3e9557ba20dc88709ba /build.sh | |
parent | c02a0494993f36734db18083ee878f29ed10fb10 (diff) |
better shutdown
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.0.2 +RR_VERSION=1.0.3 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |