Skip to content

Commit 2fd57c0

Browse files
committed
chore: Bump version to v0.3.0
1 parent 8b91083 commit 2fd57c0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pkg/version/version.go

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

3-
const VERSION = "v0.2.0"
3+
const VERSION = "v0.3.0"

readme_source.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ and use them if they are set. If they are not set, the utility will fail to conn
1212

1313
Linux/MacOS:
1414
```bash
15-
export KEYFACTOR_HOSTNAME=<mykeyfactorhost.mydomain.com>
16-
export KEYFACTOR_USERNAME=<myusername> # Do not include domain
17-
export KEYFACTOR_PASSWORD=<mypassword>
18-
export KEYFACTOR_DOMAIN=<mykeyfactordomain>
15+
export KEYFACTOR_HOSTNAME="<mykeyfactorhost.mydomain.com>"
16+
export KEYFACTOR_USERNAME="<myusername>" # Do not include domain
17+
export KEYFACTOR_PASSWORD="<mypassword>"
18+
export KEYFACTOR_DOMAIN="<mykeyfactordomain>"
1919
```
2020

2121
Windows Powershell

0 commit comments

Comments
 (0)