Skip to content
Snippets Groups Projects
Commit 2a211c0c authored by Henrik Tramberend's avatar Henrik Tramberend
Browse files

Add semantic versioning starting with 0.1.0

parent 3c5b3cfb
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ import Utilities
import Context
import Embed
version = "0.1.0"
main :: IO ()
main = do
projectDir <- calcProjectDirectory
......@@ -53,6 +55,8 @@ main = do
runShakeInContext context options $
--
do want ["html"]
--
phony "version" $ putNormal $ "decker version " ++ version
--
phony "decks" $ do decksA >>= need
--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment