We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2044f5f commit a91599eCopy full SHA for a91599e
1 file changed
javascript/extractor/src/com/semmle/js/extractor/Main.java
@@ -41,7 +41,7 @@ public class Main {
41
* such a way that it may produce different tuples for the same file under the same
42
* {@link ExtractorConfig}.
43
*/
44
- public static final String EXTRACTOR_VERSION = "2018-11-23";
+ public static final String EXTRACTOR_VERSION = "2018-12-19";
45
46
public static final Pattern NEWLINE = Pattern.compile("\n");
47
0 commit comments