Skip to content

Commit

Permalink
Welcome 6.10.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
flbulgarelli committed Feb 4, 2023
1 parent aa3cbd2 commit 0480860
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/Version.hs
Expand Up @@ -6,7 +6,7 @@ prettyVersion :: String
prettyVersion = "Mulang Release " ++ version ++ ", compiled on " ++ compilationTimestamp

version :: String
version = "6.0.9"
version = "6.10.0"

compilationTimestamp :: String
compilationTimestamp = __DATE__ ++ " " ++ __TIME__
2 changes: 1 addition & 1 deletion docs/devinit
Expand Up @@ -26,7 +26,7 @@ rm -rf ${DOCSDIR}/themes/cinder/

echo "[Mulang::Docs] Installing mulang.js..."
MULANG_TMPFILE=mulang.js.zip
MULANG_VERSION=6.0.9
MULANG_VERSION=6.10.0
wget https://github.com/mumuki/mulang/releases/download/v${MULANG_VERSION}/mulang.js.zip -O ${MULANG_TMPFILE}
unzip -d ${DOCSDIR}/js ${MULANG_TMPFILE}
rm ${MULANG_TMPFILE}
Expand Down
4 changes: 2 additions & 2 deletions gem/lib/mulang/version.rb
@@ -1,4 +1,4 @@
module Mulang
VERSION = "6.0.9"
MULANG_VERSION = "6.0.9"
VERSION = "6.10.0"
MULANG_VERSION = "6.10.0"
end
2 changes: 1 addition & 1 deletion mulang.cabal
@@ -1,5 +1,5 @@
name: mulang
version: 6.0.9
version: 6.10.0
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-3.0
Expand Down

0 comments on commit 0480860

Please sign in to comment.