diff --git a/boss.json b/boss.json index 57ecb90..e2ef0ce 100644 --- a/boss.json +++ b/boss.json @@ -1,7 +1,7 @@ { "name": "horse", "description": "Express-inspired web framework for Delphi and Lazarus", - "version": "3.3.4", + "version": "3.3.5", "homepage": "https://github.com/HashLoad/horse", "license": "MIT", "mainsrc": "src/", diff --git a/src/Horse.Constants.pas b/src/Horse.Constants.pas index bfd66e2..ca3cf6b 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 running on %s:%d'; - HORSE_VERSION = '3.3.4'; + HORSE_VERSION = '3.3.5'; implementation