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

Commit a68e0e6

Browse files
committed
Bump version to 0.13.4
1 parent dd38112 commit a68e0e6

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

core/core.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232

3333
const (
3434
// VERSION - current version
35-
VERSION = "0.13.3"
35+
VERSION = "0.13.4"
3636
// USERAGENT - user-agent header string
3737
USERAGENT = "/openbazaar-go:" + VERSION + "/"
3838
)

docs/install-linux.md

Lines changed: 1 addition & 1 deletion
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.3
57+
git checkout v0.13.4
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

Lines changed: 1 addition & 1 deletion
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.3
59+
git checkout v0.13.4
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

Lines changed: 1 addition & 1 deletion
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.3
60+
git checkout v0.13.4
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

Lines changed: 1 addition & 1 deletion
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.3` to checkout a release version.
30+
+ Run `git checkout v0.13.4` 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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "openbazaar-go",
3-
"author": "chris",
4-
"version": "0.13.3",
5-
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
3+
"author": "OB1 Company",
4+
"version": "0.13.4",
65
"language": "english",
76
"license": "",
87
"bugs": {
9-
"url": "https://github.com/OpenBazaar/openbazaar-go"
8+
"url": "https://github.com/OpenBazaar/openbazaar-go/issues/new"
109
},
1110
"gxVersion": "0.11.0"
1211
}

0 commit comments

Comments
 (0)