diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-07-20 11:52:10 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-07-20 11:52:24 -0700 |
| commit | 60df5f3a64e21d79ace622d87d1feef0d619c42f (patch) | |
| tree | c6ffebc3d5f7685c0723916d86ecd8d577f317e6 /hotline | |
| parent | 32d7bb7e1d8c96f93c0d24884fe038c477c4df02 (diff) | |
patch: v0.9.1
Diffstat (limited to 'hotline')
| -rw-r--r-- | hotline/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hotline/version.go b/hotline/version.go index 0611b59..e8eb551 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.9.0" +const VERSION = "0.9.1" |