Skip to content

Commit

Permalink
Bump to v3.1.7
Browse files Browse the repository at this point in the history
Fix client secret description in docs

[#112213631] https://www.pivotaltracker.com/story/show/112213631
  • Loading branch information
jlo committed Feb 12, 2016
1 parent 161229c commit 433ccbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem install cf-uaac*.gem

## Concepts

The user uses a client (like a webapp, or uaac) to do things. The client and the user have different secrets; the user's secret is a password, and the client's secret is a hex string.
The user uses a client (like a webapp, or uaac) to do things. The client and the user have different secrets; both the user's and client's secret are passwords.


## Connecting and logging in
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
# Cloud Foundry namespace
module CF
module UAA
CLI_VERSION = "3.1.6"
CLI_VERSION = "3.1.7"
end
end

0 comments on commit 433ccbb

Please sign in to comment.