We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49212a2 commit 1542b55Copy full SHA for 1542b55
_js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mvdan-sh",
3
- "version": "0.3.1",
+ "version": "0.3.2",
4
"description": "A shell parser and formatter (POSIX/Bash/mksh)",
5
"main": "index.js",
6
"repository": "https://github.com/mvdan/sh",
cmd/shfmt/main.go
@@ -48,7 +48,7 @@ var (
48
in io.Reader = os.Stdin
49
out io.Writer = os.Stdout
50
51
- version = "v2.6.0"
+ version = "v2.6.1"
52
)
53
54
func main() {
0 commit comments