Skip to content

Commit

Permalink
fix: rollback install.js from 120, as it will conflict with Windows r…
Browse files Browse the repository at this point in the history
…elease candidate
  • Loading branch information
truemiller authored Aug 29, 2024
1 parent fe6cf4a commit f04521d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const { paths } = require('./constants');
* - use "" (nothing as a suffix) for latest release candidate, for example "0.1.0rc26"
* - use "alpha" for alpha release, for example "0.1.0rc26-alpha"
*/
const OlasMiddlewareVersion = '0.1.0rc121';
const OlasMiddlewareVersion = '0.1.0rc120';

const path = require('path');
const { app } = require('electron');
Expand Down

0 comments on commit f04521d

Please sign in to comment.