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

Commit

Permalink
Merge pull request #1551 from OpenBazaar/bump-version-0.13.3
Browse files Browse the repository at this point in the history
Bump version to 0.13.3
  • Loading branch information
cpacia committed Apr 22, 2019
2 parents 5e53208 + 59cffa7 commit 2262a87
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
Expand Up @@ -32,7 +32,7 @@ import (

const (
// VERSION - current version
VERSION = "0.13.2"
VERSION = "0.13.3"
// USERAGENT - user-agent header string
USERAGENT = "/openbazaar-go:" + VERSION + "/"
)
Expand Down
2 changes: 1 addition & 1 deletion docs/install-linux.md
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.2
git checkout v0.13.3
```

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
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.2
git checkout v0.13.3
```

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
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.2
git checkout v0.13.3
```

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
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.2` to checkout a release version.
+ Run `git checkout v0.13.3` 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
@@ -1,7 +1,7 @@
{
"name": "openbazaar-go",
"author": "chris",
"version": "0.13.2",
"version": "0.13.3",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"language": "english",
"license": "",
Expand Down

0 comments on commit 2262a87

Please sign in to comment.