diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-30 21:38:51 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-30 21:38:51 -0700 |
| commit | 04805329686c9c0491e1ad8f8ac1e9edcdda8cf2 (patch) | |
| tree | dc64211becac59eb198e8e4f9572fbab67fc40df | |
| parent | 85767504e4dc622c5ff469733e49c0cebcee57f1 (diff) | |
patch: v0.2.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 a21accb..aa11f96 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.2.0" +const VERSION = "0.2.1" |