Bump language ABI version after removing fragile bit from actions

This commit is contained in:
Max Brunsfeld 2018-03-05 17:13:07 -08:00
parent f96969738b
commit 16cdd2ffbe

View file

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