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

Bump version #2085

Merged
merged 1 commit into from
Jun 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (

const (
// VERSION - current version
VERSION = "0.14.3-rc1"
VERSION = "0.14.3"
// USERAGENT - user-agent header string
USERAGENT = "/openbazaar-go:" + VERSION + "/"
)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openbazaar-go",
"author": "OB1 Company",
"version": "0.14.3-rc1",
"version": "0.14.3",
"language": "english",
"license": "",
"bugs": {
Expand Down