diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-29 10:14:19 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-29 10:14:19 -0700 |
| commit | 47f9b49c161e576cf75f0a9be1d47cc7fa2cb62c (patch) | |
| tree | 0ee5f59bf9309cf9d42e30adff8ad0c9b892548d /hotline | |
| parent | 7e2e07da8cc7985e773e619410801c6dd84afe8b (diff) | |
minor: v0.2.0
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 1cf4a1a..a21accb 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.1.1" +const VERSION = "0.2.0" |