From 10b2d69746c031dda82e7da13c390d590c101379 Mon Sep 17 00:00:00 2001 From: Marcel Radischat Date: Tue, 17 Apr 2018 13:35:07 +0200 Subject: [PATCH] Update profiles.md to reflect the latest version The [car profile](../profiles/car.lua) defines `api_version` 4, so this document should reflect this as well. --- docs/profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/profiles.md b/docs/profiles.md index c539d5121..49beff303 100644 --- a/docs/profiles.md +++ b/docs/profiles.md @@ -68,7 +68,7 @@ If you want to prioritize certain streets, increase the rate on these. ## Elements ### api_version -A profile should set `api_version` at the top of your profile. This is done to ensure that older profiles are still supported when the api changes. If `api_version` is not defined, 0 will be assumed. The current api version is 2. +A profile should set `api_version` at the top of your profile. This is done to ensure that older profiles are still supported when the api changes. If `api_version` is not defined, 0 will be assumed. The current api version is 4. ### Library files The folder [profiles/lib/](../profiles/lib/) contains LUA library files for handling many common processing tasks.