diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-01-30 21:41:28 -0800 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-01-30 21:41:28 -0800 |
| commit | 90606c7524caa82180dad8f2ce613f1c07385b29 (patch) | |
| tree | b8c0aa3d9063fbb4b45b1b206173ceb4dcd9ff54 | |
| parent | e324110baa9902a2d60ab01c73843f6aa1d4be2f (diff) | |
patch: v0.0.14
| -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 db73b62..0ae6b7a 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.0.12" +const VERSION = "0.0.14" |