From 6cb1294fc91bdc9b510a4321183e6b02a889003a Mon Sep 17 00:00:00 2001 From: Brian Hoffman Date: Sat, 5 Dec 2020 08:23:38 -0500 Subject: [PATCH] Bump verison --- core/core.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + "/" )