Skip to content

Commit

Permalink
TOOLS-95 - Add draft version var for ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomationD committed Nov 1, 2021
1 parent 32a0215 commit 5713078
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions internal/version.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package internal

var (
gitCommit string
gitDescription string

version = "0.0.1"
)

0 comments on commit 5713078

Please sign in to comment.