summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-03 16:01:59 +0300
committerWolfy-J <[email protected]>2019-05-03 16:01:59 +0300
commit110e6eb8a56b54b93cb51dfc7e3ee96f910c020e (patch)
tree209f5f1b8825cb6c55c4475b8a60b893ce06e1ff /build.sh
parent588b53dec2eb27be5ce04616954cfca5b4145817 (diff)
version bump
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 da45fd1c..fc577356 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.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}"