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

Commit d33fcef

Browse files
authored
Merge pull request #1677 from OpenBazaar/version-bump-v0.13.5
Bump version 0.13.5 and prepare RC
2 parents 9a05dd8 + 3ede6ed commit d33fcef

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
@@ -35,7 +35,7 @@ import (
3535

3636
const (
3737
// VERSION - current version
38-
VERSION = "0.13.4"
38+
VERSION = "0.13.5"
3939
// USERAGENT - user-agent header string
4040
USERAGENT = "/openbazaar-go:" + VERSION + "/"
4141
)

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.4
57+
git checkout v0.13.5
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.4
59+
git checkout v0.13.5
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.4
60+
git checkout v0.13.5
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.4` to checkout a release version.
30+
+ Run `git checkout v0.13.5` 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.4",
4+
"version": "0.13.5",
55
"language": "english",
66
"license": "",
77
"bugs": {

0 commit comments

Comments
 (0)