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

Commit 83d1365

Browse files
committed
Bump version to 0.13.7
1 parent 16b9aa7 commit 83d1365

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

core/core.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434

3535
const (
3636
// VERSION - current version
37-
VERSION = "0.13.6"
37+
VERSION = "0.13.7"
3838
// USERAGENT - user-agent header string
3939
USERAGENT = "/openbazaar-go:" + VERSION + "/"
4040
)

docs/install-linux.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ It will use git to checkout the source code into `$GOPATH/src/github.com/OpenBaz
5454

5555
Checkout a release version:
5656
```
57-
git checkout v0.13.6
57+
git checkout v0.13.7
5858
```
5959

6060
Note: `go get` leaves the repo pointing at `master` which is a branch used for active development. Running OpenBazaar from `master` is NOT recommended. Check the [release versions](https://github.com/OpenBazaar/openbazaar-go/releases) for the available versions that you use in checkout.

docs/install-osx.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ It will use git to checkout the source code into `$GOPATH/src/github.com/OpenBaz
5656

5757
Checkout a release version:
5858
```
59-
git checkout v0.13.6
59+
git checkout v0.13.7
6060
```
6161

6262
Note: `go get` leaves the repo pointing at `master` which is a branch used for active development. Running OpenBazaar from `master` is NOT recommended. Check the [release versions](https://github.com/OpenBazaar/openbazaar-go/releases) for the available versions that you use in checkout.

docs/install-pi3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ It will use git to checkout the source code into `$GOPATH/src/github.com/OpenBaz
5757

5858
Checkout a release version:
5959
```
60-
git checkout v0.13.6
60+
git checkout v0.13.7
6161
```
6262

6363
Note: `go get` leaves the repo pointing at `master` which is a branch used for active development. Running OpenBazaar from `master` is NOT recommended. Check the [release versions](https://github.com/OpenBazaar/openbazaar-go/releases) for the available versions that you use iin checkout.

docs/install-windows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Create a directory to store all your Go projects (e.g. `C:\goprojects`):
2727
- Install `openbazaar-go`:
2828
+ Open the command prompt and run: `go get github.com/OpenBazaar/openbazaar-go`. This will use git to checkout the source code into `%GOPATH%\src\github.com\OpenBazaar\openbazaar-go`.
2929
- Checkout an OpenBazaar release:
30-
+ Run `git checkout v0.13.6` to checkout a release version.
30+
+ Run `git checkout v0.13.7` to checkout a release version.
3131
+ Note: `go get` leaves the repo pointing at `master` which is a branch used for active development. Running OpenBazaar from `master` is NOT recommended. Check the [release versions](https://github.com/OpenBazaar/openbazaar-go/releases) for the available versions that you use in checkout.
3232
- To compile and run `openbazaar-go`:
3333
+ Open the command prompt and navigate the source directory: `cd %GOPATH%\src\github.com\OpenBazaar\openbazaar-go`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openbazaar-go",
33
"author": "OB1 Company",
4-
"version": "0.13.6",
4+
"version": "0.13.7",
55
"language": "english",
66
"license": "",
77
"bugs": {

0 commit comments

Comments
 (0)