diff options
Diffstat (limited to 'pkg/codesearch/database.go')
| -rw-r--r-- | pkg/codesearch/database.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/codesearch/database.go b/pkg/codesearch/database.go index 800c5759b..edeb761cc 100644 --- a/pkg/codesearch/database.go +++ b/pkg/codesearch/database.go @@ -44,7 +44,7 @@ type LineRange struct { var DatabaseFormatHash = func() string { // Semantic version should be bumped when the schema does not change, // but stored values changes. - const semanticVersion = "1" + const semanticVersion = "2" schema, err := jsonschema.For[Database](nil) if err != nil { panic(err) |
