diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-10 18:09:41 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-10 18:09:41 -0700 |
| commit | 1cf4131b9d1c09f413e79265ad2077e2c1c6bbe8 (patch) | |
| tree | 7551f26ebfd4d52379d1c182c03321916c75c6c3 | |
| parent | 8796b4494547be6825004d82bf40db71524a6400 (diff) | |
patch: v0.5.5
| -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 d5e67dd..a81748f 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.5.4" +const VERSION = "0.5.5" |