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

Commit

Permalink
Bump version to v0.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
placer14 committed Oct 24, 2019
1 parent 9fbedbe commit 0f90ced
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (

const (
// VERSION - current version
VERSION = "0.13.5"
VERSION = "0.13.6"
// USERAGENT - user-agent header string
USERAGENT = "/openbazaar-go:" + VERSION + "/"
)
Expand Down
2 changes: 1 addition & 1 deletion docs/install-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ It will use git to checkout the source code into `$GOPATH/src/github.com/OpenBaz

Checkout a release version:
```
git checkout v0.13.5
git checkout v0.13.6
```

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/install-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ It will use git to checkout the source code into `$GOPATH/src/github.com/OpenBaz

Checkout a release version:
```
git checkout v0.13.5
git checkout v0.13.6
```

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/install-pi3.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ It will use git to checkout the source code into `$GOPATH/src/github.com/OpenBaz

Checkout a release version:
```
git checkout v0.13.5
git checkout v0.13.6
```

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/install-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Create a directory to store all your Go projects (e.g. `C:\goprojects`):
- Install `openbazaar-go`:
+ 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`.
- Checkout an OpenBazaar release:
+ Run `git checkout v0.13.5` to checkout a release version.
+ Run `git checkout v0.13.6` to checkout a release version.
+ 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.
- To compile and run `openbazaar-go`:
+ Open the command prompt and navigate the source directory: `cd %GOPATH%\src\github.com\OpenBazaar\openbazaar-go`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openbazaar-go",
"author": "OB1 Company",
"version": "0.13.5",
"version": "0.13.6",
"language": "english",
"license": "",
"bugs": {
Expand Down

0 comments on commit 0f90ced

Please sign in to comment.