diff --git a/core/core.go b/core/core.go index 193e4bae8a..06d98ca5c3 100644 --- a/core/core.go +++ b/core/core.go @@ -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 + "/" ) diff --git a/package.json b/package.json index 25b3bb30c0..6f792f052e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "openbazaar-go", "author": "OB1 Company", - "version": "0.14.3-rc1", + "version": "0.14.3", "language": "english", "license": "", "bugs": {