Skip to content

Commit e4e10a3

Browse files
committed
JS: Bump extractor version string
1 parent 1fc01d9 commit e4e10a3

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
@@ -37,7 +37,7 @@ public class Main {
3737
* A version identifier that should be updated every time the extractor changes in such a way that
3838
* it may produce different tuples for the same file under the same {@link ExtractorConfig}.
3939
*/
40-
public static final String EXTRACTOR_VERSION = "2019-10-07";
40+
public static final String EXTRACTOR_VERSION = "2019-10-08";
4141

4242
public static final Pattern NEWLINE = Pattern.compile("\n");
4343

0 commit comments

Comments
 (0)