Skip to content

Commit

Permalink
bump version to 2022.11.01
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalsaleh committed Nov 1, 2022
1 parent 9236bfe commit 5c50058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "CddInterface",
Subtitle := "Gap interface to Cdd package",
Version := "2022.08.11",
Version := "2022.11.01",
Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
License := "GPL-2.0-or-later",
Expand Down

0 comments on commit 5c50058

Please sign in to comment.