summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-04 00:17:15 +0300
committerWolfy-J <[email protected]>2019-05-04 00:17:15 +0300
commit07401f9644725ba0b34d6faf007c2c410d75a355 (patch)
tree199facf0c8227f5a1e3bc4f4ef8b705278d7bebd /build.sh
parentcd89066cb9f2772a7626b8c958568e96ae7eafb4 (diff)
minor cs
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 fc577356..da45fd1c 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.0
+RR_VERSION=1.3.7
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"