We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d41fe7 commit f92bd45Copy full SHA for f92bd45
src/seminar-main.adb
@@ -23,7 +23,7 @@ procedure Seminar.Main is
23
procedure Append (Source : in out POSIX.POSIX_String_List;
24
New_Item : Unbounded_String);
25
26
- Version : constant String := "v0.2";
+ Version : constant String := "v0.3";
27
Config_File : Ada.Text_IO.File_Type;
28
Wget_Command : Pipe_Stream;
29
Reader : DOM.Readers.Tree_Reader;
0 commit comments