Skip to content

Commit

Permalink
update latest version
Browse files Browse the repository at this point in the history
Signed-off-by: magichan <[email protected]>
  • Loading branch information
magichan committed Sep 10, 2024
1 parent d0b4e4b commit 9e891b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/latestversion.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exports.handler = function(event, context, callback) {
// Set the latest version here.
const latestVersion = "v1.15.1";
const latestVersion = "v1.18.0";
callback(null, {
headers: {
"Access-Control-Allow-Origin": "*",
Expand Down

0 comments on commit 9e891b3

Please sign in to comment.