diff options
| author | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-19 23:25:37 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-19 23:25:37 +0300 |
| commit | 2235c13109b15f81a0c9635ae9133aaecb3d072a (patch) | |
| tree | 287381d232c952158e7d2ad608b07de1eff4ac84 /internal | |
| parent | 0e96204457dfed2a3e9768dcff38df45b0475c81 (diff) | |
| parent | 624ab88cad9469241bd83c2557e5d0a235cdd639 (diff) | |
Merge pull request #1 from snonux/codex/create-boilerplate-go-program
Add initial Go boilerplate
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/version.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/version.go b/internal/version.go new file mode 100644 index 0000000..8826dc9 --- /dev/null +++ b/internal/version.go @@ -0,0 +1,3 @@ +package internal + +const Version = "v0.1.0" |
