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.
2 parents 3dc218e + bf938c1 commit a982a96Copy full SHA for a982a96
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