diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-22 16:15:33 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-22 16:15:33 -0700 |
| commit | 2a42aad2a01e50d158a13439f851e49c799c5510 (patch) | |
| tree | 5e5e2dc005f4935173e906c5aa88811af2e8d559 | |
| parent | 19dcc94821d1fac803c571b1dc11764213713682 (diff) | |
patch: v0.6.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 f52b075..36f8dca 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.6.0" +const VERSION = "0.6.1" |