diff options
author | Wolfy-J <[email protected]> | 2018-07-26 18:27:03 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-26 18:27:03 +0300 |
commit | 2cb472acb99ff900b0b1649d65cb3fea6a0507f2 (patch) | |
tree | 6fbb713b9945d6457194cfd03449a424459bffbc | |
parent | a3b5e9a629f0159c39a55f97ae29e1104653435a (diff) |
fix widdows linesv1.1.1
-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.1.0 +RR_VERSION=1.1.1 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |