Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller authored Aug 22, 2024
1 parent ac5c6ca commit 973b5d2
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.0rc116';
const OlasMiddlewareVersion = '0.1.0rc117';

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

0 comments on commit 973b5d2

Please sign in to comment.