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

Commit

Permalink
added some vars and consts
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickLaabs committed Mar 3, 2024
1 parent 902dcfd commit 42fc180
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/common/vars/vars.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
package vars

// FriggVersion and VersionPreRelease constants are used to define the Version the Frigg CLI outputs on ./frigg version
const FriggVersion = "1.0.2"
const VersionPreRelease = ""

var RepoName = "argo-hub"
var FriggDirName = ".frigg"
var PrivatekeyName = "frigg-sshkeypair_gen"
Expand Down

0 comments on commit 42fc180

Please sign in to comment.