diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-03 18:51:44 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-03 18:51:44 -0700 |
| commit | 4a0b69af8997eb3ae1da4d50c35073c073ce04d8 (patch) | |
| tree | 7bff31bf97ee59e3b203f4ecd034ea7fc399cdb2 /hotline | |
| parent | bddd9d4a1c91b174d00a21f14603459d2469aac3 (diff) | |
minor: v0.3.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 e07725b..4ca8b96 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.2.3" +const VERSION = "0.3.0" |