diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-25 19:58:49 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-25 19:58:49 -0700 |
| commit | 8f4a41c94206729a13c8d775664cb7310a1a0a1f (patch) | |
| tree | 0cda5d41613736d910de13a5fb34a6235d81f6fb /hotline | |
| parent | 4eae11a5698d60bc51d608713088c546cff3c1ba (diff) | |
minor: v0.1.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 8f28e63..813f9af 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.0.16" +const VERSION = "0.1.0" |