summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-09-06 14:02:08 +0300
committerWolfy-J <[email protected]>2019-09-06 14:02:08 +0300
commitdcd03789d7f8e1dd31ddf63e6ee66aebf89b1605 (patch)
treeaef2490ee1e69dbc1913970b8578bdda2173ec72 /build.sh
parentd885d927c4d7ef42daf9953dd8b2a9f6dd6a75ea (diff)
- version bump and releasev1.4.8
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 123fbfa6..2d2cac48 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.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}"