From b5b18d8afce8e97b4cc02ebc2cd9e91e7653a2ea Mon Sep 17 00:00:00 2001 From: Marcel Radischat Date: Tue, 17 Apr 2018 17:23:08 +0200 Subject: [PATCH] Update profiles.md Add api-version 4 for lua profiles as latest api-version --- 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.