summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-09-30 19:00:07 +0300
committerWolfy-J <[email protected]>2018-09-30 19:00:07 +0300
commit89829597d7da2af4d4a6bc394746b244a3e43a1c (patch)
treeb1b8d4af813b5f6ea9cc57bc64807a77f8cc5753 /build.sh
parentc7b6b81c044305a3d65d1d53eb7f7bc172b37bf2 (diff)
new go mod
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 32964a57..4540c912 100755
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
cd $(dirname "${BASH_SOURCE[0]}")
OD="$(pwd)"
# Pushes application version into the build information.
-RR_VERSION=1.2.3
+RR_VERSION=1.2.4
# Hardcode some values to the core package
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"