Skip to content

Commit bb9beb2

Browse files
committed
Bump per-user config file version to 17
1 parent 70e6b20 commit bb9beb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/FirstRun.UConfigFile.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ TUserConfigFileUpdater = class(TConfigFileUpdater)
8282
strict private
8383
const
8484
/// <summary>Current user config file version.</summary>
85-
FileVersion = 16;
85+
FileVersion = 17;
8686
strict protected
8787
/// <summary>Returns current user config file version.</summary>
8888
class function GetFileVersion: Integer; override;

0 commit comments

Comments
 (0)