Skip to content

Commit

Permalink
Bump version to 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasOrs committed Nov 10, 2024
1 parent 1d13fa6 commit 63e7452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ window.process = {
}

type YargsInstance = ReturnType<typeof yargs>
const CURRENT_VERSION = `0.4.4`
const CURRENT_VERSION = `0.4.7`

async function fetchLatestVersion(): Promise<string | null> {
try {
Expand Down

0 comments on commit 63e7452

Please sign in to comment.