We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d0214a + dffeecc commit 7ca2485Copy full SHA for 7ca2485
3 files changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -12,7 +12,7 @@ body:
12
id: version
13
attributes:
14
label: What version of eigent are you using?
15
- placeholder: E.g., 0.0.66
+ placeholder: E.g., 0.0.68
16
validations:
17
required: true
18
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eigent",
3
- "version": "0.0.66",
+ "version": "0.0.68",
4
"main": "dist-electron/main/index.js",
5
"description": "Eigent",
6
"author": "Eigent.AI",
server/docker-compose.yml
@@ -1,5 +1,3 @@
-version: '3.8'
-
services:
# PostgreSQL Database
postgres:
0 commit comments