Skip to content

Commit

Permalink
Align PlumeVersion.V1 to be equal to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
orenyomtov committed Oct 5, 2023
1 parent 19ae71b commit 512159a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/src/signals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { createHash } from "node:crypto";

// PLUME version
export enum PlumeVersion {
V1,
V1 = 1,
V2,
}

Expand Down

0 comments on commit 512159a

Please sign in to comment.