Skip to content

Commit aa102f9

Browse files
committed
Bump version # of user config file from 18 to 19
v19 is now stamped into config files when CodeSnip v4.21.0 starts for the first time.
1 parent 845c392 commit aa102f9

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 = 18;
85+
FileVersion = 19;
8686
strict protected
8787
/// <summary>Returns current user config file version.</summary>
8888
class function GetFileVersion: Integer; override;

0 commit comments

Comments
 (0)