Skip to content

Commit 52f6746

Browse files
committed
version bump
1 parent 70671d8 commit 52f6746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/bash
22
cd $(dirname "${BASH_SOURCE[0]}")
33
OD="$(pwd)"
4+
45
# Pushes application version into the build information.
5-
RR_VERSION=1.3.6
6+
RR_VERSION=1.3.7
67

78
# Hardcode some values to the core package
89
LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}"

0 commit comments

Comments
 (0)