From 59cffa7c4a9738bb1f3714c56845c5cba8e3bd39 Mon Sep 17 00:00:00 2001 From: Mike Greenberg Date: Wed, 17 Apr 2019 22:49:34 -0400 Subject: [PATCH] Bump version to 0.13.3 --- core/core.go | 2 +- docs/install-linux.md | 2 +- docs/install-osx.md | 2 +- docs/install-pi3.md | 2 +- docs/install-windows.md | 2 +- package.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/core/core.go b/core/core.go index e822ca0e84..8c2e52940c 100644 --- a/core/core.go +++ b/core/core.go @@ -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 + "/" ) diff --git a/docs/install-linux.md b/docs/install-linux.md index 5880b1fafc..d96a8a9c51 100644 --- a/docs/install-linux.md +++ b/docs/install-linux.md @@ -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. diff --git a/docs/install-osx.md b/docs/install-osx.md index 23449abcdb..bee55edfdd 100644 --- a/docs/install-osx.md +++ b/docs/install-osx.md @@ -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. diff --git a/docs/install-pi3.md b/docs/install-pi3.md index d4c466c76d..71a6fb60d4 100644 --- a/docs/install-pi3.md +++ b/docs/install-pi3.md @@ -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. diff --git a/docs/install-windows.md b/docs/install-windows.md index f72b3902e7..dc77a4a034 100644 --- a/docs/install-windows.md +++ b/docs/install-windows.md @@ -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` diff --git a/package.json b/package.json index b6307ffdec..50539a3d03 100644 --- a/package.json +++ b/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": "",