We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279efae commit bec5466Copy full SHA for bec5466
1 file changed
commands/version.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
var (
15
- // Version is the current version of the devopsdays-cli tool. Unless set elsehwere, it is referred to as "master"
+ // Version is the current version of the devopsdays-cli tool. Unless set elsewhere, it is referred to as "master"
16
Version = "master"
17
// Build is the current build of the devopsdays-cli tool.
18
// @todo The Build variable in cmd/version.go needs to be set somewhere.
0 commit comments