We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e839d85 commit 5b731c2Copy full SHA for 5b731c2
‎src/version.ts
@@ -14,7 +14,7 @@ export const BOOK_LANGUAGE_VERSION: string_semantic_version = '1.0.0';
14
*
15
* @see https://github.com/webgptorg/promptbook
16
*/
17
-export const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version = '0.81.0-1';
+export const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version = '0.81.0-2';
18
19
export type string_promptbook_version = string_semantic_version;
20
‎src/versions.txt
@@ -557,3 +557,4 @@
557
0.80.0
558
0.81.0-0
559
0.81.0-1
560
+0.81.0-2
0 commit comments