aboutsummaryrefslogtreecommitdiff
path: root/hotline/version.go
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2021-07-28 18:21:52 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2021-07-28 14:21:52 -0700
commit22c599abc18895f73e96095f35b71cf3357d41b4 (patch)
tree482ef57d386c955692ea43c43e4655b3c3763499 /hotline/version.go
parent71c56068adca18f76ebee86355f000a3e51d3127 (diff)
Move code to hotline dir
Diffstat (limited to 'hotline/version.go')
-rw-r--r--hotline/version.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/hotline/version.go b/hotline/version.go
new file mode 100644
index 0000000..d24a4bc
--- /dev/null
+++ b/hotline/version.go
@@ -0,0 +1,3 @@
+package hotline
+
+const VERSION = "0.0.6"