We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f29d6 commit 7cbd078Copy full SHA for 7cbd078
version/version.go
@@ -11,7 +11,7 @@ import (
11
12
// CurrentVersion is the current version of the prof tool.
13
const (
14
- currentVersion = "1.0.3"
+ currentVersion = "1.0.4"
15
gitHubAPIURL = "https://api.github.com/repos/AlexsanderHamir/prof/releases/latest"
16
waitTime = 10
17
)
0 commit comments