Skip to content

Commit

Permalink
all: bump to 3.0.0-alpha1
Browse files Browse the repository at this point in the history
With the latest v3 changes since we first started work on v3.

Updates mvdan#266.
  • Loading branch information
mvdan committed Mar 11, 2019
1 parent 04b1a70 commit c5d3418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/shfmt/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var (
in io.Reader = os.Stdin
out io.Writer = os.Stdout

version = "v3.0.0-alpha0"
version = "v3.0.0-alpha1"
)

func main() {
Expand Down

0 comments on commit c5d3418

Please sign in to comment.