diff options
author | Wolfy-J <[email protected]> | 2019-05-03 16:01:59 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-03 16:01:59 +0300 |
commit | 110e6eb8a56b54b93cb51dfc7e3ee96f910c020e (patch) | |
tree | 209f5f1b8825cb6c55c4475b8a60b893ce06e1ff /build.sh | |
parent | 588b53dec2eb27be5ce04616954cfca5b4145817 (diff) |
version bump
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.3.7 +RR_VERSION=1.4.0 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |