We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2693fb5 commit cde190cCopy full SHA for cde190c
1 file changed
com.microsoft.java.lsif.core/src/com/microsoft/java/lsif/core/internal/IConstant.java
@@ -16,5 +16,5 @@ private IConstant() {
16
17
public final static String DEFAULT_LSIF_FILE_NAME = "lsif.json";
18
19
- public final static String LSIF_FORMAT_VERSION = "0.4.3";
+ public final static String LSIF_FORMAT_VERSION = "0.5.0";
20
}
0 commit comments