Skip to content

Commit 1bb0301

Browse files
committed
bump version
1 parent ce805ab commit 1bb0301

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "This project was bootstrapped with Fastify-CLI.",
55
"main": "app.js",
66
"directories": {

routes/root.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";
22

3-
const VERSION = "3.2.0"
3+
const VERSION = "3.3.0"
44

55
export default async function (fastify, opts) {
66
fastify.get("/", async function (request, reply) {

0 commit comments

Comments
 (0)