We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38aaf4c commit 7521ab7Copy full SHA for 7521ab7
README.md
@@ -9,4 +9,4 @@ curl -fsSL https://raw.githubusercontent.com/arne-vl/atools/refs/heads/main/linu
9
```
10
11
## 📚 Documentation
12
-Check our [website](https://atools.arnevanlooveren.be)
+Check our [website](https://atools.arnevanlooveren.be).
cmd/root.go
@@ -7,7 +7,7 @@ import (
7
"github.com/spf13/cobra"
8
)
-const version = "0.2.8"
+const version = "0.4.1"
// rootCmd represents the base command when called without any subcommands
13
var rootCmd = &cobra.Command{
0 commit comments