Skip to content

Commit

Permalink
Bumped v3.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Apr 28, 2022
1 parent 409952b commit 8a2b226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fastify.js
@@ -1,6 +1,6 @@
'use strict'

const VERSION = '3.28.0'
const VERSION = '3.29.0'

const Avvio = require('avvio')
const http = require('http')
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fastify",
"version": "3.28.0",
"version": "3.29.0",
"description": "Fast and low overhead web framework, for Node.js",
"main": "fastify.js",
"type": "commonjs",
Expand Down

0 comments on commit 8a2b226

Please sign in to comment.