Skip to content

Commit 7521ab7

Browse files
authored
Bump version (#60)
1 parent 38aaf4c commit 7521ab7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ curl -fsSL https://raw.githubusercontent.com/arne-vl/atools/refs/heads/main/linu
99
```
1010

1111
## 📚 Documentation
12-
Check our [website](https://atools.arnevanlooveren.be)
12+
Check our [website](https://atools.arnevanlooveren.be).

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/spf13/cobra"
88
)
99

10-
const version = "0.2.8"
10+
const version = "0.4.1"
1111

1212
// rootCmd represents the base command when called without any subcommands
1313
var rootCmd = &cobra.Command{

0 commit comments

Comments
 (0)