diff --git a/version.go b/version.go new file mode 100644 index 0000000..a10cc4f --- /dev/null +++ b/version.go @@ -0,0 +1,4 @@ +package everoute + +// Version identifies the version of the library, following SemVer format (www.semver.org) +const Version = "0.1.0"