Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit 696f7e6

Browse files
Version bump
1 parent 81847a9 commit 696f7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/api/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ router.get('/', (req, res) => {
3434
const response = {
3535
author: 'aybertocarlos',
3636
contact: '[email protected]',
37-
version: '2.0.2.1',
37+
version: '2.1.0.0',
3838
status: 'OK',
3939
}
4040
res.status(200).json(response)

0 commit comments

Comments
 (0)