Skip to content

Commit

Permalink
Don't use githash for now as it breaks the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
rockofox committed Nov 22, 2023
1 parent bfff71c commit e64c7b2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,11 @@ opts =
]

version :: String
version = take 7 (giHash gi)
where
gi = $$tGitInfoCwd
-- Breaks compile process
-- version = take 7 (giHash gi)
-- where
-- gi = $$tGitInfoCwd
version = "HEAD"

ini :: Repl ()
ini = liftIO $ putStrLn $ "Indigo, version " ++ version ++ ". Type :help for help."
Expand Down

0 comments on commit e64c7b2

Please sign in to comment.