diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-07 16:10:17 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-07 16:10:17 -0700 |
| commit | 5ecdd99073d3236aa99910c5e4a241da35ab1138 (patch) | |
| tree | 65521d6df6f39d4ea5506fb893a42aff8ac24cb5 | |
| parent | aeec10158441af3cef925ca55e531a4d5517d5ec (diff) | |
patch: v0.5.1
| -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 91b21da..0a12c7b 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.5.0" +const VERSION = "0.5.1" |