diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-24 16:09:50 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-24 16:09:50 -0700 |
| commit | 583fd0d2d9064c173a13d6735edde771d5789de7 (patch) | |
| tree | 242110e1576dfe6a9e0d671d2d60ba2152491d45 | |
| parent | 65c8e978deda9444e051f3ff8decc2b808dae27f (diff) | |
patch: v0.0.15
| -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 0ae6b7a..cd5f580 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.0.14" +const VERSION = "0.0.15" |