Update version to v1.4.131 and commit
Some checks failed
Go Build / Run tests (push) Has been cancelled
Update Version File and Create Tag / update-version (push) Has been cancelled

This commit is contained in:
github-actions[bot] 2025-01-30 00:50:21 +00:00
parent 0f8a403dba
commit 31df56add8
4 changed files with 4 additions and 4 deletions

View file

@ -14,6 +14,7 @@ import (
"github.com/danielmiessler/fabric/plugins/ai"
"github.com/danielmiessler/fabric/plugins/ai/anthropic"
"github.com/danielmiessler/fabric/plugins/ai/azure"
"github.com/danielmiessler/fabric/plugins/ai/deepseek"
"github.com/danielmiessler/fabric/plugins/ai/dryrun"
"github.com/danielmiessler/fabric/plugins/ai/gemini"
"github.com/danielmiessler/fabric/plugins/ai/groq"
@ -22,7 +23,6 @@ import (
"github.com/danielmiessler/fabric/plugins/ai/openai"
"github.com/danielmiessler/fabric/plugins/ai/openrouter"
"github.com/danielmiessler/fabric/plugins/ai/siliconcloud"
"github.com/danielmiessler/fabric/plugins/ai/deepseek"
"github.com/danielmiessler/fabric/plugins/db/fsdb"
"github.com/danielmiessler/fabric/plugins/template"
"github.com/danielmiessler/fabric/plugins/tools"

View file

@ -1 +1 @@
"1.4.130"
"1.4.131"

View file

@ -217,4 +217,4 @@ func copyFile(src, dst string) error {
}
return destFile.Sync()
}
}

View file

@ -1,3 +1,3 @@
package main
var version = "v1.4.130"
var version = "v1.4.131"