diff options
author | Wolfy-J <[email protected]> | 2019-09-06 14:02:08 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-09-06 14:02:08 +0300 |
commit | dcd03789d7f8e1dd31ddf63e6ee66aebf89b1605 (patch) | |
tree | aef2490ee1e69dbc1913970b8578bdda2173ec72 /build.sh | |
parent | d885d927c4d7ef42daf9953dd8b2a9f6dd6a75ea (diff) |
- version bump and releasev1.4.8
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.4.7 +RR_VERSION=1.4.8 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |