Skip to content

Commit f577bef

Browse files
committed
[core] Rename release to prerelease
1 parent e7c9f4c commit f577bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/parts/data/usage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ plugins.register("/sdk/user_properties", async function(ob) {
11251125
userProps.av_major = null;
11261126
userProps.av_minor = null;
11271127
userProps.av_patch = null;
1128-
userProps.av_rel = null;
1128+
userProps.av_prerel = null;
11291129
userProps.av_build = null;
11301130
}
11311131
}

0 commit comments

Comments
 (0)