Skip to content

Commit cde190c

Browse files
authored
chore: Update LSIF format version (#78)
1 parent 2693fb5 commit cde190c

File tree

1 file changed

+1
-1
lines changed
  • com.microsoft.java.lsif.core/src/com/microsoft/java/lsif/core/internal

1 file changed

+1
-1
lines changed

com.microsoft.java.lsif.core/src/com/microsoft/java/lsif/core/internal/IConstant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ private IConstant() {
1616

1717
public final static String DEFAULT_LSIF_FILE_NAME = "lsif.json";
1818

19-
public final static String LSIF_FORMAT_VERSION = "0.4.3";
19+
public final static String LSIF_FORMAT_VERSION = "0.5.0";
2020
}

0 commit comments

Comments
 (0)