Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Mar 14, 2024
1 parent 2165ad9 commit f0c6418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starsky/starsky/clientapp/src/shared/url/url-query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export class UrlQuery {
};

public UrlApiFeaturesAppSettings = (): string => {
return this.prefix + "/api/env/features?v=0.6.0-beta.2";
return this.prefix + "/api/env/features?v=0.6.0-rc.1";
};

public UrlApiDesktopEditorOpenAmountConfirmationChecker = (): string => {
Expand Down

0 comments on commit f0c6418

Please sign in to comment.