Reset master versioning for next release.

This commit is contained in:
Daniel Patterson 2021-01-28 10:31:49 -08:00
parent 677598a8d8
commit 9d81eb327a
No known key found for this signature in database
GPG Key ID: 19C12BE1725A028B
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
# Unreleased
# 5.24.0 # 5.24.0
- Changes from 5.23.0 - Changes from 5.23.0
- Features - Features

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "osrm", "name": "osrm",
"version": "5.24.0", "version": "5.25.0-unreleased",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "osrm", "name": "osrm",
"version": "5.24.0", "version": "5.24.0-unreleased",
"private": false, "private": false,
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.", "description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
"dependencies": { "dependencies": {