Skip to content

Commit

Permalink
Version bump to 0.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 28, 2008
1 parent 328bd80 commit 3df762f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gitit.hs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import Data.IORef
import System.IO.Unsafe (unsafePerformIO)

gititVersion :: String
gititVersion = "0.3.2"
gititVersion = "0.3.3"

sessionTime :: Int
sessionTime = 60 * 60 -- session will expire 1 hour after page request
Expand Down
2 changes: 1 addition & 1 deletion gitit.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gitit
version: 0.3.2
version: 0.3.3
Cabal-version: >= 1.2
build-type: Simple
synopsis: Wiki using HAppS, git, and pandoc.
Expand Down

0 comments on commit 3df762f

Please sign in to comment.