Skip to content

Commit a982a96

Browse files
authored
Merge pull request #154 from Luflosi/bump-current-version
2 parents 3dc218e + bf938c1 commit a982a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs-repo-migrations/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func latestRepoMigration(fetcher migrations.Fetcher) (int, error) {
130130
// request and calculate latest
131131
//
132132
// When searching for latest migration, start looking using this repo version
133-
const currentVersion = 11
133+
const currentVersion = 12
134134

135135
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
136136
defer cancel()

0 commit comments

Comments
 (0)