Skip to content

Commit fdb18f9

Browse files
Merge pull request #95 from noffle/version-0.9.1
Bump version to 0.9.1.
2 parents d1bcffd + 4a4a96e commit fdb18f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gxutil/pm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
. "github.com/whyrusleeping/stump"
1818
)
1919

20-
const GxVersion = "0.9.0"
20+
const GxVersion = "0.9.1"
2121

2222
const PkgFileName = "package.json"
2323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"language": "go",
44
"license": "",
55
"name": "gx",
6-
"version": "0.9.0"
6+
"version": "0.9.1"
77
}

tests/t0010-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test_description="test package init"
1111
test_init_ipfs
1212
test_launch_ipfs_daemon
1313

14-
pkg_hash="QmQnaq1hCywKUfEMMNdA6RmnBAoTrDTZd8hKVeAsUS25qx"
14+
pkg_hash="QmTc3CuMBHooVrGmQ1CnrDLYMhDdXqkBSTNv43SHtGhDr7"
1515

1616
test_expect_success "setup test package" '
1717
which gx &&

0 commit comments

Comments
 (0)