Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit b3be89b

Browse files
authored
Bump database version (#1746)
1 parent 3751b7a commit b3be89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Caching/Impl/ModuleDatabase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public ModuleDatabase(IServiceContainer services) {
4949
}
5050

5151
public string CacheFolderBaseName => "analysis.v";
52-
public int DatabaseFormatVersion => 2;
52+
public int DatabaseFormatVersion => 3;
5353
public string CacheFolder { get; }
5454

5555
/// <summary>

0 commit comments

Comments
 (0)