Skip to content

Commit

Permalink
chore: Bump xsnap meter type
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Nov 17, 2024
1 parent 380f16f commit c8f793f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xsnap/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Also, update golden master test/xs-perf.test.js to reflect new meter
* version.
*/
export const METER_TYPE = 'xs-meter-32';
export const METER_TYPE = 'xs-meter-33';

export const ExitCode = {
E_UNKNOWN_ERROR: -1,
Expand Down

0 comments on commit c8f793f

Please sign in to comment.