fix: update legacy v3 tag while v4 is beta

This commit is contained in:
calebboyd
2020-06-22 14:59:44 -05:00
parent c1055149ab
commit ea6f1f0808
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ describe('options', () => {
describe('remote', () => {
it('should use default remote', () => {
const options = normalizeOptions({})
expect(options.remote).to.equal('https://github.com/nexe/nexe/releases/download/v3.0.0/')
expect(options.remote).to.equal('https://github.com/nexe/nexe/releases/download/v3.3.3/')
})
it('should append trailing slash to third-party remote if necessary', () => {
const options = normalizeOptions({