diff --git a/core/core.go b/core/core.go index f0be483ae2..98339db463 100644 --- a/core/core.go +++ b/core/core.go @@ -34,7 +34,7 @@ import ( const ( // VERSION - current version - VERSION = "2.3.1" + VERSION = "2.3.2" // USERAGENT - user-agent header string USERAGENT = "/Phore-Marketplace-go:" + VERSION + "/" )