summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-10-22 18:41:29 +0300
committerWolfy-J <[email protected]>2019-10-22 18:41:29 +0300
commit21ec73b733e71eae88f6db2bb6bf67f8c495b0b5 (patch)
tree83d84f2caf8463636954e8f2461c3ff19771674f /build.sh
parent84c9808ae59504378b857997220cd0a61bc3a7bb (diff)
- version bump and release
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a071c7ad..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.5.1
+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}"