Skip to content

Commit f2c08f9

Browse files
committed
Update version message
1 parent 3c14c3c commit f2c08f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Modia.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Main module of Modia.
99
module Modia
1010

1111
const path = dirname(dirname(@__FILE__)) # Absolute path of package directory
12-
const Version = "0.9.4-dev"
13-
const Date = "2023-03-29"
12+
const Version = "0.9.4"
13+
const Date = "2023-05-21"
1414
const modelsPath = joinpath(Modia.path, "models")
1515

1616
print(" \n\nWelcome to ")

0 commit comments

Comments
 (0)