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

Commit 493a928

Browse files
committed
Bump version
1 parent a8ed17a commit 493a928

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/core.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
"sync"
99
"time"
1010

11-
"gx/ipfs/QmSY3nkMNLzh9GdbFKK5tT7YMfLpf52iUZ8ZRkr29MJaa5/go-libp2p-kad-dht"
1211
libp2p "gx/ipfs/QmTW4SdgBWq9GjsBsHeUx8WuGxzhgzAf88UMH2w62PC8yK/go-libp2p-crypto"
1312
ma "gx/ipfs/QmTZBfrPJmjWsCvHEtX5FE6KimVJhsJg5sBbqEFYf4UZtL/go-multiaddr"
1413
cid "gx/ipfs/QmTbxNB1NwDesLmKTscr4udL2tVP7MaxvXnD1D9yX7g3PN/go-cid"
@@ -32,7 +31,7 @@ import (
3231

3332
const (
3433
// VERSION - current version
35-
VERSION = "0.14.4"
34+
VERSION = "0.14.5"
3635
// USERAGENT - user-agent header string
3736
USERAGENT = "/openbazaar-go:" + VERSION + "/"
3837
)

0 commit comments

Comments
 (0)