Skip to content

Commit 7632c8c

Browse files
author
Via CircleCI
committed
[RELEASE 1.7.0] Update IOpipeConstants and README.md
1 parent 1f0e61c commit 7632c8c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Your `pom.xml` file may be modified to include the following dependency:
4242
<dependency>
4343
<groupId>com.iopipe</groupId>
4444
<artifactId>iopipe</artifactId>
45-
<version>1.6.0</version>
45+
<version>1.7.0</version>
4646
</dependency>
4747
```
4848

src/main/java/com/iopipe/IOpipeConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public interface IOpipeConstants
1515
{
1616
/** The version for this agent. */
1717
public static final String AGENT_VERSION =
18-
"1.6.0";
18+
"1.7.0";
1919

2020
/** This is used to determine the load time of the service. */
2121
public static final long LOAD_TIME =

0 commit comments

Comments
 (0)