Bump the language version number after adding dynamic precedences

This commit is contained in:
Max Brunsfeld 2017-07-06 15:58:29 -07:00
parent 08bb365f6c
commit 107feb7960

View file

@ -9,7 +9,7 @@ extern "C" {
#include <stdint.h>
#include <stdbool.h>
#define TREE_SITTER_LANGUAGE_VERSION 2
#define TREE_SITTER_LANGUAGE_VERSION 3
typedef unsigned short TSSymbol;
typedef struct TSLanguage TSLanguage;