We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc218e commit bf938c1Copy full SHA for bf938c1
fs-repo-migrations/main.go
@@ -130,7 +130,7 @@ func latestRepoMigration(fetcher migrations.Fetcher) (int, error) {
130
// request and calculate latest
131
//
132
// When searching for latest migration, start looking using this repo version
133
- const currentVersion = 11
+ const currentVersion = 12
134
135
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
136
defer cancel()
0 commit comments