Skip to content

Commit

Permalink
Merge pull request #15 from deggja/network_map
Browse files Browse the repository at this point in the history
fix: versioning
  • Loading branch information
deggja authored Dec 7, 2023
2 parents df5c87d + f46ce4f commit 56bf4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra"
)

const version = "0.0.37"
const version = "0.0.41"

var rootCmd = &cobra.Command{
Use: "netfetch",
Expand Down

0 comments on commit 56bf4f5

Please sign in to comment.