From 4f0724abe200c9d9e5ceef908e8692b8f9ff8318 Mon Sep 17 00:00:00 2001 From: shiran Date: Tue, 9 Jun 2026 14:59:52 +0800 Subject: [PATCH] feat: add version constant for module versioning Co-authored-by: Cursor --- version.go | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 version.go diff --git a/version.go b/version.go new file mode 100644 index 0000000..aaf70a6 --- /dev/null +++ b/version.go @@ -0,0 +1,3 @@ +package smscli + +const Version = "0.1.0"