We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173f32d commit a8e8ae8Copy full SHA for a8e8ae8
1 file changed
javascript/extractor/src/com/semmle/js/extractor/Main.java
@@ -37,7 +37,7 @@ public class Main {
37
* A version identifier that should be updated every time the extractor changes in such a way that
38
* it may produce different tuples for the same file under the same {@link ExtractorConfig}.
39
*/
40
- public static final String EXTRACTOR_VERSION = "2019-09-04";
+ public static final String EXTRACTOR_VERSION = "2019-09-13";
41
42
public static final Pattern NEWLINE = Pattern.compile("\n");
43
0 commit comments