Skip to content

Commit 44a16e2

Browse files
committed
Print newest version number
1 parent 5a21d01 commit 44a16e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ModiaBase.jl

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

1111
const path = dirname(dirname(@__FILE__)) # Absolute path of package directory
12-
const Version = "0.11.0"
13-
const Date = "2023-06-02"
12+
const Version = "0.11.1"
13+
const Date = "2023-06-03"
1414

1515
#println("\nImporting ModiaBase Version $Version ($Date)")
1616

0 commit comments

Comments
 (0)