Skip to content

Commit

Permalink
v0.9.11 Fix Update Topic/Prompt List
Browse files Browse the repository at this point in the history
  • Loading branch information
HuichanKIM committed Jun 30, 2024
1 parent 897d90b commit b9d3899
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Unit_Common.pas
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ TUtils = class
TTransCountryCode = (otcc_KO = 0, otcc_EN);

const
GC_Version0 = 'ver. 0.9.10';
GC_Version1 = 'ver. 0.9.10 (2024.06.20)';
GC_Version0 = 'ver. 0.9.11';
GC_Version1 = 'ver. 0.9.11 (2024.07.01)';
GC_MainCaption0 = 'Ollama Client GUI '+GC_Version0;
GC_MainCaption1 = 'Ollama Client GUI '+GC_Version1;
GC_CopyRights = 'Copyright ' + Char(169) + ' 2024 - JNJ Labs. Seoul, Korea.';
Expand Down
3 changes: 3 additions & 0 deletions Unit_Main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
{$H+} { Use long strings }
{$J+} { Allow typed constant to be modified }

// Modified by ichin 2024-07-01 ¿ù ¿ÀÀü 3:16:11
// Fix Update Topic/Prompt List up ...

interface

uses
Expand Down

0 comments on commit b9d3899

Please sign in to comment.