refactor: version is now an internal package (#167)

Like for previous commits, just refactoring/yak shaving.
This commit is contained in:
Simone Basso
2020-11-13 17:37:06 +01:00
committed by GitHub
parent a4ae94b5ec
commit bc85efa6e5
5 changed files with 4 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
// Package version contains version information
package version
const (
// Version is the software version
Version = "3.0.11-alpha"
)