Skip to content

Commit 2047ce8

Browse files
authored
Merge pull request #164 from ModiaSim/release0.9.4
Update version message
2 parents 3c14c3c + f2c08f9 commit 2047ce8

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)