Merge pull request #895 from ahrtr/version_20250207

[1.4] Update version to 1.4.0
This commit is contained in:
Benjamin Wang 2025-02-07 13:26:19 +00:00 committed by GitHub
commit f61dee2035
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,5 +2,5 @@ package version
var (
// Version shows the last bbolt binary version released.
Version = "1.4.0-alpha.0"
Version = "1.4.0"
)