We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c14c3c commit f2c08f9Copy full SHA for f2c08f9
src/Modia.jl
@@ -9,8 +9,8 @@ Main module of Modia.
9
module Modia
10
11
const path = dirname(dirname(@__FILE__)) # Absolute path of package directory
12
-const Version = "0.9.4-dev"
13
-const Date = "2023-03-29"
+const Version = "0.9.4"
+const Date = "2023-05-21"
14
const modelsPath = joinpath(Modia.path, "models")
15
16
print(" \n\nWelcome to ")
0 commit comments