Skip to content

Commit

Permalink
Update version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csstaub committed Nov 21, 2018
1 parent ba9eecb commit e1c3a71
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ import (
"os"
"strings"

"gopkg.in/alecthomas/kingpin.v2"

"github.com/mattn/go-colorable"
colorable "github.com/mattn/go-colorable"
"github.com/square/certigo/lib"
"github.com/square/certigo/starttls"
"golang.org/x/crypto/ssh/terminal"
kingpin "gopkg.in/alecthomas/kingpin.v2"
)

var (
Expand Down Expand Up @@ -69,7 +68,7 @@ const minWidth = 60
const maxWidth = 80

func main() {
app.Version("1.10.0")
app.Version("1.11.0")

terminalWidth := determineTerminalWidth()

Expand Down

0 comments on commit e1c3a71

Please sign in to comment.