Skip to content

Commit

Permalink
added app version
Browse files Browse the repository at this point in the history
  • Loading branch information
lfernando2091 committed Aug 6, 2023
1 parent 07d210d commit 72a3075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {router} from "./pages/Router";

function App() {
const state: AppState = {
appVersion: "0.0.1"
appVersion: "0.0.1-experimental"
}

return (
Expand Down

0 comments on commit 72a3075

Please sign in to comment.