diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-04-12 13:12:28 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-04-12 13:12:28 -0700 |
| commit | 7bb8c198e96f367ea99ba649897b6b5716030e4b (patch) | |
| tree | ea720d1950f5e9faeb6a02745b18a5685f418471 /hotline | |
| parent | 1c7401b16230f9834469127945d9c506919bed14 (diff) | |
patch: v0.12.1
Diffstat (limited to 'hotline')
| -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 79daa56..96414af 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.12.0" +const VERSION = "0.12.1" |