Skip to content

Commit 16a94fb

Browse files
committed
Require gtm 1.0-beta.7
1 parent ea693b1 commit 16a94fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/io/edgeg/gtm/intellij/GTMRecord.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import java.util.Objects;
1515

1616
class GTMRecord {
17-
private static final String GTM_VER_REQ = ">= 1.0-beta.6";
17+
private static final String GTM_VER_REQ = ">= 1.0-beta.7";
1818

1919
private static final Long RECORD_MIN_THRESHOLD = 30000L; // 30 seconds
2020
private static final String RECORD_COMMAND = "record";

0 commit comments

Comments
 (0)