Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
deadc0de6 committed Feb 23, 2022
1 parent 736a10e commit 03a1b88
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/checkah/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ import (
"checkah/internal/output"
"checkah/internal/remote"
"fmt"
"os"
"sync"

"github.com/docopt/docopt-go"
"github.com/fatih/color"
log "github.com/sirupsen/logrus"
"os"
"sync"
)

// Switches the command line options
Expand All @@ -32,7 +33,7 @@ type Switches struct {
}

var (
version = "0.2.0"
version = "0.2.1"
usage = `checkah.
Usage:
Expand Down

0 comments on commit 03a1b88

Please sign in to comment.