Skip to content

Commit

Permalink
chore: prepare release v0.6.2 (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbinz authored Aug 28, 2024
1 parent 4c1baed commit 5d043d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/util/gomod/mod.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const (
pkgSOM = "github.com/go-surreal/som"
pkgSDBC = "github.com/go-surreal/sdbc"

requiredSOMVersion = "v0.6.1"
requiredSOMVersion = "v0.6.2"

requiredSDBCVersion = "v0.6.1" // v.0.7.0 already uses go 1.23
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.22

toolchain go1.22.6

retract [v0.1.0, v0.6.0] // only the latest version is supported for now
retract [v0.1.0, v0.6.1] // only the latest version is supported for now

require (
github.com/dave/jennifer v1.7.0
Expand Down
2 changes: 1 addition & 1 deletion internal/tests/basic/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/docker/docker v27.1.2+incompatible
github.com/fxamacker/cbor/v2 v2.7.0
github.com/go-surreal/sdbc v0.6.1
github.com/go-surreal/som v0.6.1
github.com/go-surreal/som v0.6.2
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/testcontainers/testcontainers-go v0.32.0
Expand Down

0 comments on commit 5d043d4

Please sign in to comment.