diff --git a/src/Horse.Constants.pas b/src/Horse.Constants.pas index 0a28f28..171b2b3 100644 --- a/src/Horse.Constants.pas +++ b/src/Horse.Constants.pas @@ -10,7 +10,7 @@ interface DEFAULT_HOST = '0.0.0.0'; DEFAULT_PORT = 9000; START_RUNNING = 'Server is runing on %s:%d'; - HORSE_VERSION = '3.1.5'; + HORSE_VERSION = '3.1.6'; implementation