Skip to content

Commit

Permalink
Test code so we can compile with a non-version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Jul 28, 2023
1 parent 1144dd7 commit 3e1fce6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/App/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ import GitHash (GitInfo, giBranch, giDirty, giHash, tGitInfoCwdTry)
import System.Info (compilerName, compilerVersion)

versionNumber :: Maybe Text
versionNumber = $$(getCurrentTag)
-- This is just for testing, revert before merging
versionNumber = Just "v0.0.0" -- $$(getCurrentTag)

info :: Either String GitInfo
info = $$(tGitInfoCwdTry)
Expand Down

0 comments on commit 3e1fce6

Please sign in to comment.