Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.0.4
2 changes: 1 addition & 1 deletion src/swaggerDefinition.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const fs = require('fs');
const swaggerJsdoc = require('swagger-jsdoc');

// Read version from the VERSION file in the parent directory
const version = fs.readFileSync('../VERSION', 'utf8').trim();
const version = fs.readFileSync('VERSION', 'utf8').trim();

const options = {
swaggerDefinition: {
Expand Down
Loading