We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10628f0 commit 7dc62c1Copy full SHA for 7dc62c1
README.md
@@ -39,7 +39,7 @@ Install
39
The binary file can be found in the [project releases](https://github.com/webdevops/go-devtool/releases).
40
41
```
42
-DOWNLOAD_VERSION=0.3.2
+DOWNLOAD_VERSION=0.3.3
43
DOWNLOAD_OS=linux
44
DOWNLOAD_ARCH=x64
45
main.go
@@ -16,7 +16,7 @@ const (
16
// application informations
17
Name = "godevtool"
18
Author = "webdevops.io"
19
- Version = "0.3.2"
+ Version = "0.3.3"
20
21
// self update informations
22
GithubOrganization = "webdevops"
0 commit comments