Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/components/layout/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
* keeps the gap between the two clusters click-through so users can still
* interact with anything below.
*
* @version v0.3.2
* @version v0.4.0
*/

const VERSION = "0.3.2";
const VERSION = "0.4.0";

export function Footer() {
return (
Expand Down
Loading