Skip to content

Commit

Permalink
example data: Update recentZulip{Version,FeatureLevel}
Browse files Browse the repository at this point in the history
These are the current values on chat.zulip.org.
  • Loading branch information
gnprice committed Nov 17, 2023
1 parent 4ef0a0a commit 66c8985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/__tests__/lib/exampleData.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ export const userStatusEmojiRealm: UserStatus['status_emoji'] = deepFreeze({
export const realm: URL = new URL('https://zulip.example.org');

/** These may be raised but should not be lowered. */
export const recentZulipVersion: ZulipVersion = new ZulipVersion('6.0-dev-2191-gf56ce7a159');
export const recentZulipFeatureLevel = 153;
export const recentZulipVersion: ZulipVersion = new ZulipVersion('8.0-dev-2894-g86100cdb4e');
export const recentZulipFeatureLevel = 226;

export const makeAccount = (
args: {|
Expand Down

0 comments on commit 66c8985

Please sign in to comment.