Skip to content

Commit

Permalink
feat(client): allow version override by env (#557)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 authored Jan 5, 2025
1 parent b013635 commit a3c1081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const version = "dev";
const version = process.env.REACT_APP_CLIENT_VERSION || "dev";
export default version;

0 comments on commit a3c1081

Please sign in to comment.