Skip to content

Commit 853691a

Browse files
committed
Bump version
1 parent 3b4e2e8 commit 853691a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ notifications:
1313
branches:
1414
only:
1515
- master
16+
- "5.18"
1617
# enable building tags
1718
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
1819

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNRELEASED
1+
# 5.18.0 RC1
22
- Changes from 5.17.0:
33
- Features:
44
- ADDED: `table` plugin now optionally returns `distance` matrix as part of response [#4990](https://github.com/Project-OSRM/osrm-backend/pull/4990)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "osrm",
3-
"version": "5.18.0-latest.1",
3+
"version": "5.18.0-rc.1",
44
"private": false,
55
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
66
"dependencies": {

0 commit comments

Comments
 (0)