Skip to content

Commit 03a1b88

Browse files
committed
bump version
1 parent 736a10e commit 03a1b88

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cmd/checkah/main.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ import (
88
"checkah/internal/output"
99
"checkah/internal/remote"
1010
"fmt"
11+
"os"
12+
"sync"
13+
1114
"github.com/docopt/docopt-go"
1215
"github.com/fatih/color"
1316
log "github.com/sirupsen/logrus"
14-
"os"
15-
"sync"
1617
)
1718

1819
// Switches the command line options
@@ -32,7 +33,7 @@ type Switches struct {
3233
}
3334

3435
var (
35-
version = "0.2.0"
36+
version = "0.2.1"
3637
usage = `checkah.
3738
3839
Usage:

0 commit comments

Comments
 (0)