10 lines
161 B
Go
10 lines
161 B
Go
|
// Copyright (C) 2019 Storj Labs, Inc.
|
||
|
// See LICENSE for copying information.
|
||
|
|
||
|
package testdata
|
||
|
|
||
|
var v5 = MultiDBState{
|
||
|
Version: 5,
|
||
|
DBStates: v4.DBStates,
|
||
|
}
|