From 989ee02c5048bf89b65cb6cd4e85712c3b0f914a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gys=20Borges=20da=20Silveira?= Date: Wed, 9 Sep 2026 22:45:54 -0300 Subject: [PATCH] chore: prepare version 3.3.5 --- boss.json | 2 +- src/Horse.Constants.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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