Skip to content

Commit a435bf8

Browse files
committed
update version number
1 parent a5e1bb5 commit a435bf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.12.0"
13-
const Date = "2023-06-04"
12+
const Version = "0.12.2"
13+
const Date = "2026-02-13"
1414
const modelsPath = joinpath(Modia.path, "models")
1515

1616
print(" \n\nWelcome to ")

0 commit comments

Comments
 (0)