Skip to content

Commit 7cbd078

Browse files
version change
1 parent 34f29d6 commit 7cbd078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
// CurrentVersion is the current version of the prof tool.
1313
const (
14-
currentVersion = "1.0.3"
14+
currentVersion = "1.0.4"
1515
gitHubAPIURL = "https://api.github.com/repos/AlexsanderHamir/prof/releases/latest"
1616
waitTime = 10
1717
)

0 commit comments

Comments
 (0)