diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-07 09:46:31 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-07 09:46:31 -0700 |
| commit | 2e9eb491f3bf1dd56b1d23d6362d7c1dd0e8d92a (patch) | |
| tree | af3a0597629ae915a748dcd9bb26b96b1e48440b /hotline | |
| parent | f6d08d0ad9198b4d5a9ee5fcf108015f927fd657 (diff) | |
patch: v0.0.10
* Fix file path errors
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 86664df..6780c6d 100644 --- a/hotline/version.go +++ b/hotline/version.go @@ -1,3 +1,3 @@ package hotline -const VERSION = "0.0.10" +const VERSION = "0.0.11" |