and yet more

This commit is contained in:
tsmethurst 2021-08-24 19:52:02 +02:00
commit 465aa3da86
34 changed files with 128 additions and 134 deletions

View file

@ -2,5 +2,5 @@ package bun
// Version is the current release version.
func Version() string {
return "0.4.3"
return "1.0.0-rc.1"
}