Skip to content

Commit 670cd88

Browse files
committed
Bump OSRM version
1 parent c4bf450 commit 670cd88

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
@@ -15,6 +15,7 @@ branches:
1515
- master
1616
# enable building tags
1717
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
18+
- "5.17"
1819

1920
cache:
2021
yarn: true

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# UNRELEASED
1+
# 5.17.0
22
- Changes from 5.16.0:
33
- Bugfixes:
44
- FIXED: deduplication of route steps when waypoints are used [#4909](https://github.com/Project-OSRM/osrm-backend/issues/4909)

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.17.0-latest.1",
3+
"version": "5.17.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)