10 lines
164 B
Go
10 lines
164 B
Go
|
// Copyright (C) 2019 Storj Labs, Inc.
|
||
|
// See LICENSE for copying information.
|
||
|
|
||
|
package testdata
|
||
|
|
||
|
var v14 = MultiDBState{
|
||
|
Version: 14,
|
||
|
DBStates: v13.DBStates,
|
||
|
}
|