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 0cfa270 + 1fc8e5d commit f9d8d62Copy full SHA for f9d8d62
2 files changed
core/core.go
@@ -32,7 +32,7 @@ import (
32
33
const (
34
// VERSION - current version
35
- VERSION = "0.14.2"
+ VERSION = "0.14.3-rc1"
36
// USERAGENT - user-agent header string
37
USERAGENT = "/openbazaar-go:" + VERSION + "/"
38
)
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "openbazaar-go",
3
"author": "OB1 Company",
4
- "version": "0.14.2",
+ "version": "0.14.3-rc1",
5
"language": "english",
6
"license": "",
7
"bugs": {
0 commit comments