Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit edf5d5d

Browse files
authored
Merge pull request #1869 from OpenBazaar/1868-include-scanner-migration
(#1868) Add Migration033 to node migration list
2 parents 39a02b6 + fc00eca commit edf5d5d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

repo/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/tyler-smith/go-bip39"
1818
)
1919

20-
const RepoVersion = "32"
20+
const RepoVersion = "34"
2121

2222
var log = logging.MustGetLogger("repo")
2323
var ErrRepoExists = errors.New("IPFS configuration file exists. Reinitializing would overwrite your keys. Use -f to force overwrite.")

repo/migration.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ var (
5353
migrations.Migration030{},
5454
migrations.Migration031{},
5555
migrations.Migration032{},
56+
migrations.Migration033{},
5657
}
5758
)
5859

0 commit comments

Comments
 (0)