Skip to content

Commit

Permalink
Welcome 3.6.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Jan 4, 2018
1 parent 6f0294b commit 1b90d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Version.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ prettyVersion :: String
prettyVersion = "Mulang Release " ++ version ++ ", compiled on " ++ compilationTimestamp

version :: String
version = "3.6.0"
version = "3.6.1"

compilationTimestamp :: String
compilationTimestamp = __DATE__ ++ " " ++ __TIME__
2 changes: 1 addition & 1 deletion mulang.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: mulang
version: 3.6.0
version: 3.6.1
synopsis: An intermediate language designed to perform advanced code analysis
description: Mulang is an intermediate language, a combinators library for static code analysis and a multilanguage comand line tool
license: GPL
Expand Down

0 comments on commit 1b90d91

Please sign in to comment.