We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c0e2e commit 2ae4fccCopy full SHA for 2ae4fcc
src/Horse.Constants.pas
@@ -10,7 +10,7 @@ interface
10
DEFAULT_HOST = '0.0.0.0';
11
DEFAULT_PORT = 9000;
12
START_RUNNING = 'Server is runing on %s:%d';
13
- HORSE_VERSION = '3.1.1';
+ HORSE_VERSION = '3.1.2';
14
15
implementation
16
0 commit comments