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

Commit f9d8d62

Browse files
authored
Merge pull request #2080 from OpenBazaar/brian.bump0.14.3
Bump to 0.14.3-rc1
2 parents 0cfa270 + 1fc8e5d commit f9d8d62

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.2"
35+
VERSION = "0.14.3-rc1"
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.2",
4+
"version": "0.14.3-rc1",
55
"language": "english",
66
"license": "",
77
"bugs": {

0 commit comments

Comments
 (0)