diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-12 17:48:04 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-12 17:48:04 -0700 |
| commit | 12cae6a70ba4a908f4d47e7b7d0c03a6f2c6ed6e (patch) | |
| tree | 5f9d4f419c978d6a39ac6ce66c1f321946ba2755 | |
| parent | 2a46179f8f5e544dd92c999f0969e23770500fb2 (diff) | |
patch: v0.5.6
| -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 a81748f..1a5ba1e 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.5.5" +const VERSION = "0.5.6" |