Skip to content

Commit

Permalink
fix version.go and update docs with retry opts
Browse files Browse the repository at this point in the history
  • Loading branch information
danenania committed Nov 9, 2018
1 parent 351fe15 commit 2b1f219
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ error: ENVKEY invalid
--client-name string calling client library name (default is none)
--client-version string calling client library version (default is none)
-h, --help help for envkey-fetch
--retry int retry on failure
--retries uint8 number of times to retry requests on failure (default 3)
--retryBackoff float retry backoff factor: {retryBackoff} * (2 ^ {retries - 1}) (default 1)
--timeout float timeout in seconds for http requests (default 10)
--verbose print verbose output (default is false)
-v, --version prints the version
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "1.2.1"
const Version = "VERSION"

0 comments on commit 2b1f219

Please sign in to comment.