Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit faecf92

Browse files
committedMay 22, 2015
bump fsrepo version to 3
1 parent c92f5ae commit faecf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎repo/fsrepo/fsrepo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
)
3131

3232
// version number that we are currently expecting to see
33-
var RepoVersion = "2"
33+
var RepoVersion = "3"
3434

3535
var migrationInstructions = `See https://github.com/ipfs/fs-repo-migrations/blob/master/run.md
3636
Sorry for the inconvenience. In the future, these will run automatically.`

0 commit comments

Comments
 (0)
Please sign in to comment.