Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 3ef2f6b

Browse files
committed
Bump version
1 parent 52981bc commit 3ef2f6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/core.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232

3333
const (
3434
// VERSION - current version
35-
VERSION = "0.14.3-rc1"
35+
VERSION = "0.14.3"
3636
// USERAGENT - user-agent header string
3737
USERAGENT = "/openbazaar-go:" + VERSION + "/"
3838
)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openbazaar-go",
33
"author": "OB1 Company",
4-
"version": "0.14.3-rc1",
4+
"version": "0.14.3",
55
"language": "english",
66
"license": "",
77
"bugs": {

0 commit comments

Comments
 (0)