Skip to content

Commit d05723a

Browse files
committed
Fix the version annotation
1 parent 6d82280 commit d05723a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModelicaByExample/package.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
within ;
22
package ModelicaByExample
3-
annotation (version="0.5.", uses(Modelica(version="3.2.2")));
3+
annotation (version="0.5.0", uses(Modelica(version="3.2.2")));
44
end ModelicaByExample;

0 commit comments

Comments
 (0)