Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiq007 committed Nov 14, 2023
1 parent 3d5e944 commit b601119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export const MIN_DENO_VERSION = '1.38.0';
export const OS = Deno.build.os;
export const TYPESCRIPT_VERSION = Deno.version.typescript;
export const V8_VERSION = Deno.version.v8;
export const VERSION = '1.0.0-beta.6';
export const VERSION = '1.0.0-beta.7';

0 comments on commit b601119

Please sign in to comment.