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.
2 parents d1bcffd + 4a4a96e commit fdb18f9Copy full SHA for fdb18f9
gxutil/pm.go
@@ -17,7 +17,7 @@ import (
17
. "github.com/whyrusleeping/stump"
18
)
19
20
-const GxVersion = "0.9.0"
+const GxVersion = "0.9.1"
21
22
const PkgFileName = "package.json"
23
package.json
@@ -3,5 +3,5 @@
3
"language": "go",
4
"license": "",
5
"name": "gx",
6
- "version": "0.9.0"
+ "version": "0.9.1"
7
}
tests/t0010-init.sh
@@ -11,7 +11,7 @@ test_description="test package init"
11
test_init_ipfs
12
test_launch_ipfs_daemon
13
14
-pkg_hash="QmQnaq1hCywKUfEMMNdA6RmnBAoTrDTZd8hKVeAsUS25qx"
+pkg_hash="QmTc3CuMBHooVrGmQ1CnrDLYMhDdXqkBSTNv43SHtGhDr7"
15
16
test_expect_success "setup test package" '
which gx &&
0 commit comments