diff options
| author | matthieu <matthieu@developershouse.xyz> | 2021-09-03 22:17:51 +0400 |
|---|---|---|
| committer | matthieu <matthieu@developershouse.xyz> | 2021-09-03 22:17:51 +0400 |
| commit | c1b170dfec41937fbc4ca14e90de768ec176fec0 (patch) | |
| tree | ca3b6f0128850a5ec52548119ec4d7b2151da579 /novactl/lib/vesion.go | |
| parent | 3ef87c0b6cac546d74d1e37b13bfbac3c8504305 (diff) | |
sync project
Diffstat (limited to 'novactl/lib/vesion.go')
| -rw-r--r-- | novactl/lib/vesion.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/novactl/lib/vesion.go b/novactl/lib/vesion.go index 2d18ea9..9aba179 100644 --- a/novactl/lib/vesion.go +++ b/novactl/lib/vesion.go @@ -1,5 +1,5 @@ -package lib
-
-const (
- VERSION = "0.0.1"
-)
+package lib + +const ( + VERSION = "0.0.1" +) |
