From c6dc13ef7ff77d394b819055517412d990091226 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Dec 2024 12:23:12 +0000 Subject: [PATCH] Update version to v1.4.120 and commit --- cli/flags.go | 2 +- pkgs/fabric/version.nix | 2 +- version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/flags.go b/cli/flags.go index 124d69a54..abb9a111b 100644 --- a/cli/flags.go +++ b/cli/flags.go @@ -55,7 +55,7 @@ type Flags struct { PrintContext string `long:"printcontext" description:"Print context"` PrintSession string `long:"printsession" description:"Print session"` HtmlReadability bool `long:"readability" description:"Convert HTML input into a clean, readable view"` - InputHasVars bool `long:"input-has-vars" description:"Apply variables to user input"` + InputHasVars bool `long:"input-has-vars" description:"Apply variables to user input"` DryRun bool `long:"dry-run" description:"Show what would be sent to the model without actually sending it"` Serve bool `long:"serve" description:"Serve the Fabric Rest API"` ServeAddress string `long:"address" description:"The address to bind the REST API" default:":8080"` diff --git a/pkgs/fabric/version.nix b/pkgs/fabric/version.nix index 170c5dccd..da4385ba9 100644 --- a/pkgs/fabric/version.nix +++ b/pkgs/fabric/version.nix @@ -1 +1 @@ -"1.4.119" +"1.4.120" diff --git a/version.go b/version.go index 01df18b25..526e0b5df 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package main -var version = "v1.4.119" +var version = "v1.4.120"