Skip to content

Commit

Permalink
chore: prepare release v0.6.0 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbinz authored Aug 27, 2024
1 parent 153601f commit 85aac93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.4.0"
requiredSOMVersion = "v0.6.0"

requiredSDBCVersion = "v0.6.1" // v.0.7.0 already uses go 1.23
)
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ go 1.22

toolchain go1.22.6

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

require (
github.com/dave/jennifer v1.7.0
github.com/go-surreal/sdbc v0.6.1
Expand Down

0 comments on commit 85aac93

Please sign in to comment.