Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 42fc180

Browse files
committed
added some vars and consts
1 parent 902dcfd commit 42fc180

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/common/vars/vars.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package vars
22

3+
// FriggVersion and VersionPreRelease constants are used to define the Version the Frigg CLI outputs on ./frigg version
4+
const FriggVersion = "1.0.2"
5+
const VersionPreRelease = ""
6+
37
var RepoName = "argo-hub"
48
var FriggDirName = ".frigg"
59
var PrivatekeyName = "frigg-sshkeypair_gen"

0 commit comments

Comments
 (0)