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

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cpacia committed Jan 13, 2017
1 parent 47bca52 commit 9536385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openbazaard.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import (
)

var (
VERSION = "0.4.1"
VERSION = "0.4.2"
USERAGENT = "/openbazaar-go:" + VERSION + "/"
)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": "chris",
"author": "OpenBazaar Developers",
"bugs": {
"url": "https://github.com/OpenBazaar/openbazaar-go/issues"
},
Expand All @@ -10,5 +10,5 @@
"language": "go",
"license": "MIT",
"name": "openbazaar-go",
"version": "0.4.1"
"version": "0.4.2"
}

0 comments on commit 9536385

Please sign in to comment.