diff --git a/core/core.go b/core/core.go index 28a37bf67a..89f2707b80 100644 --- a/core/core.go +++ b/core/core.go @@ -32,7 +32,7 @@ import ( const ( // VERSION - current version - VERSION = "0.14.5" + VERSION = "0.14.6" // USERAGENT - user-agent header string USERAGENT = "/openbazaar-go:" + VERSION + "/" )