diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-06 16:52:54 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-02-19 14:15:07 +0100 |
| commit | ba538d12e542aa7646468b8492398098623bff9a (patch) | |
| tree | 10cb00564c717736c88007b28cc2c7489d435777 /internal/version | |
| parent | d0ac01504ca02dc271846ee56b09fc418e334138 (diff) | |
Version: Initial package
Diffstat (limited to 'internal/version')
| -rw-r--r-- | internal/version/version.go | 3 |
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" |
