mirror of
https://github.com/etcd-io/bbolt.git
synced 2025-05-01 13:13:32 +00:00
7 lines
102 B
Go
7 lines
102 B
Go
package version
|
|
|
|
var (
|
|
// Version shows the last bbolt binary version released.
|
|
Version = "1.3.7"
|
|
)
|