Skip to content

Commit 70a5053

Browse files
chore(legacyadapters): bump version to v0.1.0-alpha002
1 parent 5ac283a commit 70a5053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

legacyadapters/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ replace github.com/docker/go-sdk/config => ../config
77
require (
88
github.com/docker/cli v28.3.2+incompatible
99
github.com/docker/docker v28.3.2+incompatible
10-
github.com/docker/go-sdk/config v0.1.0-alpha009
10+
github.com/docker/go-sdk/config v0.1.0-alpha010
1111
github.com/stretchr/testify v1.10.0
1212
)
1313

legacyadapters/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package legacyadapters
22

33
const (
4-
version = "0.1.0-alpha001"
4+
version = "0.1.0-alpha002"
55
)
66

77
// Version returns the version of the legacyadapters package.

0 commit comments

Comments
 (0)