Skip to content

Commit d6023fc

Browse files
committed
Bump version to v0.1.0
Signed-off-by: Jess Frazelle <[email protected]>
1 parent 3577d99 commit d6023fc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ account and you make sure to delete old keys from your account.
1212

1313
#### Binaries
1414

15-
- **darwin** [386](https://github.com/jessfraz/sshb0t/releases/download/v0.0.5/sshb0t-darwin-386) / [amd64](https://github.com/jessfraz/sshb0t/releases/download/v0.0.5/sshb0t-darwin-amd64)
16-
- **freebsd** [386](https://github.com/jessfraz/sshb0t/releases/download/v0.0.5/sshb0t-freebsd-386) / [amd64](https://github.com/jessfraz/sshb0t/releases/download/v0.0.5/sshb0t-freebsd-amd64)
17-
- **linux** [386](https://github.com/jessfraz/sshb0t/releases/download/v0.0.5/sshb0t-linux-386) / [amd64](https://github.com/jessfraz/sshb0t/releases/download/v0.0.5/sshb0t-linux-amd64) / [arm](https://github.com/jessfraz/sshb0t/releases/download/v0.0.5/sshb0t-linux-arm) / [arm64](https://github.com/jessfraz/sshb0t/releases/download/v0.0.5/sshb0t-linux-arm64)
18-
- **solaris** [amd64](https://github.com/jessfraz/sshb0t/releases/download/v0.0.5/sshb0t-solaris-amd64)
19-
- **windows** [386](https://github.com/jessfraz/sshb0t/releases/download/v0.0.5/sshb0t-windows-386) / [amd64](https://github.com/jessfraz/sshb0t/releases/download/v0.0.5/sshb0t-windows-amd64)
15+
- **darwin** [386](https://github.com/jessfraz/sshb0t/releases/download/v0.1.0/sshb0t-darwin-386) / [amd64](https://github.com/jessfraz/sshb0t/releases/download/v0.1.0/sshb0t-darwin-amd64)
16+
- **freebsd** [386](https://github.com/jessfraz/sshb0t/releases/download/v0.1.0/sshb0t-freebsd-386) / [amd64](https://github.com/jessfraz/sshb0t/releases/download/v0.1.0/sshb0t-freebsd-amd64)
17+
- **linux** [386](https://github.com/jessfraz/sshb0t/releases/download/v0.1.0/sshb0t-linux-386) / [amd64](https://github.com/jessfraz/sshb0t/releases/download/v0.1.0/sshb0t-linux-amd64) / [arm](https://github.com/jessfraz/sshb0t/releases/download/v0.1.0/sshb0t-linux-arm) / [arm64](https://github.com/jessfraz/sshb0t/releases/download/v0.1.0/sshb0t-linux-arm64)
18+
- **solaris** [amd64](https://github.com/jessfraz/sshb0t/releases/download/v0.1.0/sshb0t-solaris-amd64)
19+
- **windows** [386](https://github.com/jessfraz/sshb0t/releases/download/v0.1.0/sshb0t-windows-386) / [amd64](https://github.com/jessfraz/sshb0t/releases/download/v0.1.0/sshb0t-windows-amd64)
2020

2121
#### Via Go
2222

@@ -42,7 +42,7 @@ $ docker run -d --restart always \
4242
\__ \__ \ | | | |_) | |_| | |_
4343
|___/___/_| |_|_.__/ \___/ \__|
4444
A bot for keeping your ssh authorized_keys up to date with user's GitHub keys
45-
Version: v0.0.5
45+
Version: v0.1.0
4646
-d run in debug mode
4747
-interval string
4848
update interval (ex. 5ms, 10s, 1m, 3h) (default "30s")

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.5
1+
v0.1.0

0 commit comments

Comments
 (0)