From cde190c751fb7a162e5b50ce39785f901cd555b1 Mon Sep 17 00:00:00 2001 From: Shi Chen Date: Thu, 25 Mar 2021 09:46:09 +0800 Subject: [PATCH] chore: Update LSIF format version (#78) --- .../src/com/microsoft/java/lsif/core/internal/IConstant.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.microsoft.java.lsif.core/src/com/microsoft/java/lsif/core/internal/IConstant.java b/com.microsoft.java.lsif.core/src/com/microsoft/java/lsif/core/internal/IConstant.java index dfe54d8..c5a20c2 100644 --- a/com.microsoft.java.lsif.core/src/com/microsoft/java/lsif/core/internal/IConstant.java +++ b/com.microsoft.java.lsif.core/src/com/microsoft/java/lsif/core/internal/IConstant.java @@ -16,5 +16,5 @@ private IConstant() { public final static String DEFAULT_LSIF_FILE_NAME = "lsif.json"; - public final static String LSIF_FORMAT_VERSION = "0.4.3"; + public final static String LSIF_FORMAT_VERSION = "0.5.0"; }