Skip to content

Commit

Permalink
release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Oct 20, 2024
1 parent 6de5dce commit 5f4dcb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beszel/site/src/components/routes/system.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
SystemRecord,
SystemStatsRecord,
} from '@/types'
import React, { Suspense, lazy, useCallback, useEffect, useMemo, useRef, useState } from 'react'
import React, { lazy, useCallback, useEffect, useMemo, useRef, useState } from 'react'
import { Card, CardHeader, CardTitle, CardDescription } from '../ui/card'
import { useStore } from '@nanostores/react'
import Spinner from '../spinner'
Expand Down
2 changes: 1 addition & 1 deletion beszel/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package beszel

const (
Version = "0.6.0"
Version = "0.6.1"
AppName = "beszel"
)

0 comments on commit 5f4dcb0

Please sign in to comment.