Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bytefish committed May 4, 2019
1 parent 5109353 commit 8be1faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,7 +13,7 @@ You can obtain [JSqlServerBulkInsert] from Maven by adding the following:
<dependency>
<groupId>de.bytefish</groupId>
<artifactId>jsqlserverbulkinsert</artifactId>
<version>1.3</version>
<version>1.4</version>
</dependency>
```

Expand Down Expand Up @@ -206,4 +206,4 @@ public class IntegrationTest extends TransactionalTestBase {
return count;
}
}
```
```

0 comments on commit 8be1faa

Please sign in to comment.