mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-02 05:29:42 +00:00
7 lines
110 B
Go
7 lines
110 B
Go
package version
|
|
|
|
var (
|
|
// Version shows the last bbolt binary version released.
|
|
Version = "1.4.0-alpha.0"
|
|
)
|