Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit 3a79255

Browse files
committed
tag v2.0.1
1 parent 51852c0 commit 3a79255

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ to validate accounts by email, domain or group.
1717

1818
## Installation
1919

20-
1. Download [Prebuilt Binary](https://github.com/bitly/oauth2_proxy/releases) (current release is `v2.0`) or build with `$ go get github.com/bitly/oauth2_proxy` which will put the binary in `$GOROOT/bin`
20+
1. Download [Prebuilt Binary](https://github.com/bitly/oauth2_proxy/releases) (current release is `v2.0.1`) or build with `$ go get github.com/bitly/oauth2_proxy` which will put the binary in `$GOROOT/bin`
2121
2. Select a Provider and Register an OAuth Application with a Provider
2222
3. Configure OAuth2 Proxy using config file, command line options, or environment variables
2323
4. Configure SSL or Deploy behind a SSL endpoint (example provided for Nginx)

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const VERSION = "2.0"
3+
const VERSION = "2.0.1"

0 commit comments

Comments
 (0)