Skip to content

Commit

Permalink
Update version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Apr 9, 2024
1 parent dc52b02 commit 60ee4af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/shared/library/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Do not edit this file - it is generated automatically at build time

export const BUILD_DATE = "2024-04-07";
export const VERSION = "3.1.0";
export const BUILD_DATE = "2024-04-09";
export const VERSION = "3.2.0";

0 comments on commit 60ee4af

Please sign in to comment.