Skip to content

Commit 1542b55

Browse files
committed
all: bump to 2.6.1
And version 0.3.2 of the JS package, to push the bugfixes there too.
1 parent 49212a2 commit 1542b55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mvdan-sh",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A shell parser and formatter (POSIX/Bash/mksh)",
55
"main": "index.js",
66
"repository": "https://github.com/mvdan/sh",

cmd/shfmt/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var (
4848
in io.Reader = os.Stdin
4949
out io.Writer = os.Stdout
5050

51-
version = "v2.6.0"
51+
version = "v2.6.1"
5252
)
5353

5454
func main() {

0 commit comments

Comments
 (0)