Skip to content

Commit

Permalink
Version 0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
devapromix committed Jun 19, 2022
1 parent a1362e2 commit 3925586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Game/TransportTycoon.Game.pas
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ TGame = class(TObject)
public const
MaxLoan = 200000;
StartMoney = MaxLoan div 2;
Version = '0.1';
Version = '0.2';
public
constructor Create;
destructor Destroy; override;
Expand Down

0 comments on commit 3925586

Please sign in to comment.