Skip to content

Commit 87a23a7

Browse files
feat: bump sdk version
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
1 parent fb5e49c commit 87a23a7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/keploy/go-sdk/v2
1+
module github.com/keploy/go-sdk/v3
22

33
go 1.24
44

keploy/keploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// To activate, simply import this package for its side effects:
22
//
3-
// import _ "github.com/keploy/go-sdk/v2/keploy"
3+
// import _ "github.com/keploy/go-sdk/v3/keploy"
44
//
55
// Then, build your application with atomic coverage instrumentation:
66
//

0 commit comments

Comments
 (0)