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

Commit a8e3388

Browse files
committed
Bump version number
1 parent fd25ac4 commit a8e3388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/core.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030

3131
var (
3232
// VERSION - current version
33-
VERSION = "0.12.2"
33+
VERSION = "0.12.3"
3434
// USERAGENT - user-agent header string
3535
USERAGENT = "/openbazaar-go:" + VERSION + "/"
3636
)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openbazaar-go",
33
"author": "chris",
4-
"version": "0.12.2",
4+
"version": "0.12.3",
55
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
66
"language": "english",
77
"license": "",

0 commit comments

Comments
 (0)