We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0e61c commit 7632c8cCopy full SHA for 7632c8c
2 files changed
README.md
@@ -42,7 +42,7 @@ Your `pom.xml` file may be modified to include the following dependency:
42
<dependency>
43
<groupId>com.iopipe</groupId>
44
<artifactId>iopipe</artifactId>
45
- <version>1.6.0</version>
+ <version>1.7.0</version>
46
</dependency>
47
```
48
src/main/java/com/iopipe/IOpipeConstants.java
@@ -15,7 +15,7 @@ public interface IOpipeConstants
15
{
16
/** The version for this agent. */
17
public static final String AGENT_VERSION =
18
- "1.6.0";
+ "1.7.0";
19
20
/** This is used to determine the load time of the service. */
21
public static final long LOAD_TIME =
0 commit comments