Skip to content

Commit

Permalink
chore: Trigger reindex on update
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Sep 29, 2021
1 parent 30f5a39 commit cd647cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class SystemConfigIndex : FileBasedIndexExtension<String, SystemConfig>() {
}

override fun getVersion(): Int {
return 3
return 4
}

override fun dependsOnFileContent(): Boolean {
Expand Down

0 comments on commit cd647cc

Please sign in to comment.