diff --git a/Gitit.hs b/Gitit.hs index f94a28388..6d8e4bd72 100644 --- a/Gitit.hs +++ b/Gitit.hs @@ -51,7 +51,7 @@ import System.Console.GetOpt import System.Exit gititVersion :: String -gititVersion = "0.1" +gititVersion = "0.1.0.1" main :: IO () main = do diff --git a/gitit.cabal b/gitit.cabal index 8710f7463..7e9c0d032 100644 --- a/gitit.cabal +++ b/gitit.cabal @@ -1,5 +1,5 @@ name: gitit -version: 0.1 +version: 0.1.0.1 build-type: Simple synopsis: Wiki using HAppS, git, and pandoc. description: Gitit is a wiki program. HAppS is used for the web