summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-10-12 13:07:47 +0300
committerWolfy-J <[email protected]>2019-10-12 13:07:47 +0300
commita72ccd1b6247a25c90fad317d98c884f3869b623 (patch)
treec9a2f11f65ea61b910156024b1080fc565f863fa
parent9745de5ccc23802829268ea016d5e02127825d3d (diff)
- version bumpv1.5.0
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 2d2cac48..fdd012ff 100755
--- a/build.sh
+++ b/build.sh
@@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}")
OD="$(pwd)"
# Pushes application version into the build information.
-RR_VERSION=1.4.8
+RR_VERSION=1.5.0
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"