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

Commit 22467bd

Browse files
committed
Bump version number
1 parent 3be0ca4 commit 22467bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openbazaard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import (
6262
)
6363

6464
var (
65-
VERSION = "0.4.0"
65+
VERSION = "0.4.1"
6666
USERAGENT = "/openbazaar-go:" + VERSION + "/"
6767
)
6868

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"language": "go",
1111
"license": "MIT",
1212
"name": "openbazaar-go",
13-
"version": "0.3.1"
13+
"version": "0.4.1"
1414
}

0 commit comments

Comments
 (0)