From 72c3e469f42548f342079f302e6b8a7dcafc5983 Mon Sep 17 00:00:00 2001 From: Gianluca Date: Tue, 16 Mar 2021 11:52:56 +0100 Subject: [PATCH] misc: added const with lib version --- version.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 version.go diff --git a/version.go b/version.go new file mode 100644 index 0000000..9b4dbab --- /dev/null +++ b/version.go @@ -0,0 +1,5 @@ +package cloudwatcher + +const ( + Version = "1.0.0" +)