Skip to content

Commit

Permalink
chore: increase settings config version
Browse files Browse the repository at this point in the history
  • Loading branch information
Syrent committed Feb 12, 2024
1 parent 9d02d6a commit c0384d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import java.time.LocalDate

object Settings {

const val latestSettingsConfigVersion = 8
const val latestSettingsConfigVersion = 9

lateinit var settings: YamlConfig
lateinit var language: YamlConfig
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/settings.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Full wiki is available at https://github.com/Syrent/VelocityVanish/wiki
config_version: 8
config_version: 9
default_language: en_US
show_dependency_suggestions: true

Expand Down

0 comments on commit c0384d2

Please sign in to comment.