diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-04-04 15:48:08 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-04-04 15:48:08 -0700 |
| commit | 5b8da5035083a849d6116672c8701cc9c184a830 (patch) | |
| tree | 19c27c8f2e8c5d8cce54b85875610c409b153228 /hotline | |
| parent | 2e1aec0fcfd412cff22cc4fc996973e403589ad8 (diff) | |
minor: v0.12.0
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 589959c..79daa56 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.11.1" +const VERSION = "0.12.0" |