From c5d341842db7a0802432c39b7ac79c4c2a4b439d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 11 Mar 2019 10:25:11 +0000 Subject: [PATCH] all: bump to 3.0.0-alpha1 With the latest v3 changes since we first started work on v3. Updates #266. --- cmd/shfmt/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/shfmt/main.go b/cmd/shfmt/main.go index a68d0a1bf..46386a36f 100644 --- a/cmd/shfmt/main.go +++ b/cmd/shfmt/main.go @@ -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() {