diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-31 09:06:56 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-31 09:06:56 -0700 |
| commit | 7778a321b14898bc8dabe4bb19c8ce5cb0100654 (patch) | |
| tree | 5b00a93d099754cbc471c4d8f12d06cd640cb221 | |
| parent | 4f0150f79e0b4f4a7e55279bbbf3db85d26269a4 (diff) | |
patch: v0.2.3
| -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 8e1f8cd..e07725b 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.2.2" +const VERSION = "0.2.3" |