Skip to content

Commit

Permalink
Merge pull request #18 from hazelops/feature/TOOLS-95-add-version
Browse files Browse the repository at this point in the history
TOOLS-95 - Add draft version var for ci/cd
  • Loading branch information
AutomationD authored Nov 1, 2021
2 parents 32a0215 + 5713078 commit 47b2694
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 47b2694

Please sign in to comment.