Skip to content

Commit

Permalink
updated docs to v1.2.1 (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhakmiller authored May 11, 2020
1 parent 121449b commit 2a3cd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/gitbook/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ To update your deployment of Panther, follow the steps below:

1. Checkout the latest release:
1. `git fetch origin master`
2. `git checkout tags/v1.2.0`
2. `git checkout tags/v1.2.1`
2. Clean the existing build artifacts and install the latest dependencies: `mage clean setup`
3. Deploy the latest application changes: `mage deploy`

Expand Down
2 changes: 1 addition & 1 deletion docs/gitbook/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Get started with 3 quick steps!
Clone the latest release of [Panther](https://github.com/panther-labs/panther):

```bash
git clone https://github.com/panther-labs/panther --depth 1 --branch v1.2.0
git clone https://github.com/panther-labs/panther --depth 1 --branch v1.2.1
cd panther
```

Expand Down

0 comments on commit 2a3cd7c

Please sign in to comment.