Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
aandrew-me committed May 13, 2023
1 parent 97fb6d7 commit 3acf52b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ require (
github.com/fatih/color v1.15.0
github.com/olekukonko/ts v0.0.0-20171002115256-78ecb04241c0
golang.org/x/mod v0.10.0
golang.org/x/term v0.8.0
)

require (
Expand All @@ -36,5 +35,6 @@ require (
golang.org/x/net v0.6.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/term v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
)
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/olekukonko/ts"
)

const localVersion = "1.5.0"
const localVersion = "1.5.1"

var bold = color.New(color.Bold)
var boldBlue = color.New(color.Bold, color.FgBlue)
Expand Down

0 comments on commit 3acf52b

Please sign in to comment.