Skip to content

Commit

Permalink
process.env.STEEDOS_WIDGETS_VERSION = '6.3.0-beta.10';
Browse files Browse the repository at this point in the history
  • Loading branch information
yinlianghui committed May 14, 2024
1 parent 5d70bc0 commit 093b8da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/default.steedos.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if(_.isEmpty(process.env.STEEDOS_AMIS_URL)) {
process.env.STEEDOS_AMIS_URL = process.env.STEEDOS_AMIS_URL.replace(/\/+$/, "");

if(_.isEmpty(process.env.STEEDOS_WIDGETS_VERSION)) {
process.env.STEEDOS_WIDGETS_VERSION = '6.3.0-beta.9';
process.env.STEEDOS_WIDGETS_VERSION = '6.3.0-beta.10';
}

if(_.isEmpty(process.env.STEEDOS_PUBLIC_PAGE_ASSETURLS)) {
Expand Down

0 comments on commit 093b8da

Please sign in to comment.