summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-02-06 16:52:54 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2024-02-19 14:15:07 +0100
commitba538d12e542aa7646468b8492398098623bff9a (patch)
tree10cb00564c717736c88007b28cc2c7489d435777 /internal
parentd0ac01504ca02dc271846ee56b09fc418e334138 (diff)
Version: Initial package
Diffstat (limited to 'internal')
-rw-r--r--internal/version/version.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/version/version.go b/internal/version/version.go
new file mode 100644
index 0000000..1f029d5
--- /dev/null
+++ b/internal/version/version.go
@@ -0,0 +1,3 @@
+package version
+
+const Version = "2.0.0"