diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-26 18:26:39 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-05-26 18:26:44 -0700 |
| commit | 6f0f1ef7c51f8d495a5818c4864650a7e1cfc8ef (patch) | |
| tree | 35ff4cded028033d619b248568fce2f26d27f3ca | |
| parent | c697d13aac49ede1258762b4cf41d9bdcabb4b27 (diff) | |
patch: v0.1.1
| -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 813f9af..1cf4a1a 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.1.0" +const VERSION = "0.1.1" |