summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main.go2
-rw-r--r--version.go6
2 files changed, 6 insertions, 2 deletions
diff --git a/main.go b/main.go
index 98872c3..b0fd29a 100644
--- a/main.go
+++ b/main.go
@@ -3,6 +3,4 @@
package main
-const Version = "0.0.0.dev"
-
func main() {}
diff --git a/version.go b/version.go
new file mode 100644
index 0000000..dff44c9
--- /dev/null
+++ b/version.go
@@ -0,0 +1,6 @@
+// Copyright © 2022 siddharth <s@ricketyspace.net>
+// SPDX-License-Identifier: ISC
+
+package main
+
+const Version = "0.0.0.dev"