From 1f0dc84605d14dfd4c92d8aad7b3ba2c8c9af136 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 21 Jun 2022 11:27:09 +0200 Subject: [PATCH] Bumped v4.1.0 Signed-off-by: Matteo Collina --- fastify.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fastify.js b/fastify.js index d27ad84b25..4267515dae 100644 --- a/fastify.js +++ b/fastify.js @@ -1,6 +1,6 @@ 'use strict' -const VERSION = '4.0.3' +const VERSION = '4.1.0' const Avvio = require('avvio') const http = require('http') diff --git a/package.json b/package.json index 873dc74638..4f5596a473 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify", - "version": "4.0.3", + "version": "4.1.0", "description": "Fast and low overhead web framework, for Node.js", "main": "fastify.js", "type": "commonjs",