We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea693b1 commit 16a94fbCopy full SHA for 16a94fb
1 file changed
src/io/edgeg/gtm/intellij/GTMRecord.java
@@ -14,7 +14,7 @@
14
import java.util.Objects;
15
16
class GTMRecord {
17
- private static final String GTM_VER_REQ = ">= 1.0-beta.6";
+ private static final String GTM_VER_REQ = ">= 1.0-beta.7";
18
19
private static final Long RECORD_MIN_THRESHOLD = 30000L; // 30 seconds
20
private static final String RECORD_COMMAND = "record";
0 commit comments