summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-05 12:35:11 +0300
committerWolfy-J <[email protected]>2019-05-05 12:35:11 +0300
commit0b9a566934021105119a5475b0404e5eda73aeab (patch)
treedf5c9e215fb00592a3a6d85ab7b3689762d2a216 /build.sh
parentf8a76de00b90b0d3018ed5af1387cb57d2210fc0 (diff)
more limit tests
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 8be6b3c7..f5c8657b 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/rr/cmd/rr/cmd.Version=${RR_VERSION}"