forked from mirrors/gotosocial
88979b35d4
* update bun + sqlite versions * step bun to v1.1.3
6 lines
104 B
Go
6 lines
104 B
Go
package pgdialect
|
|
|
|
// Version is the current release version.
|
|
func Version() string {
|
|
return "1.1.3"
|
|
}
|