Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericdo committed Jan 11, 2024
1 parent ff0b5c7 commit 14a0ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/version.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const router = express.Router()

router.get('/', getIsExtensionUpToDate)
function getIsExtensionUpToDate(req: Request, res: Response) {
const currentVersion = '6.0.8'
const currentVersion = '6.1.1'
const version = req.query.version
res.json(currentVersion > version)
}
Expand Down

0 comments on commit 14a0ba9

Please sign in to comment.