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 52981bc + 3ef2f6b commit 9e17a66Copy full SHA for 9e17a66
2 files changed
core/core.go
@@ -32,7 +32,7 @@ import (
32
33
const (
34
// VERSION - current version
35
- VERSION = "0.14.3-rc1"
+ VERSION = "0.14.3"
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.3-rc1",
+ "version": "0.14.3",
5
"language": "english",
6
"license": "",
7
"bugs": {
0 commit comments