Skip to content

Commit

Permalink
chore: fix linux update tool not finding 2.0 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 3, 2025
1 parent 212c0ae commit 1e15d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pi-image/update-prompt/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import semver from 'semver'
import inquirer from 'inquirer'
import fs from 'fs'

const ALLOWED_VERSIONS = '^1.5.0'
const ALLOWED_VERSIONS = '^1.5.0 || ^2.0.0'

let currentVersion
try {
Expand Down

0 comments on commit 1e15d1e

Please sign in to comment.