Skip to content

Commit f26d47a

Browse files
author
Max Schaefer
committed
JavaScript: Bump extractor version.
This is not so much because extractor output has changed (it hasn't, except for corner cases) but to disable trap caching so as to help us to flush out bugs.
1 parent f06cef5 commit f26d47a

File tree

1 file changed

+1
-1
lines changed
  • javascript/extractor/src/com/semmle/js/extractor

1 file changed

+1
-1
lines changed

javascript/extractor/src/com/semmle/js/extractor/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class Main {
3939
* such a way that it may produce different tuples for the same file under the same
4040
* {@link ExtractorConfig}.
4141
*/
42-
public static final String EXTRACTOR_VERSION = "2018-10-16";
42+
public static final String EXTRACTOR_VERSION = "2018-11-12";
4343

4444
public static final Pattern NEWLINE = Pattern.compile("\n");
4545

0 commit comments

Comments
 (0)