Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
clintjedwards committed Jul 31, 2024
1 parent 1063ab5 commit 84d1685
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gofer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gofer"
version = "0.7.1"
version = "0.7.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion gofer/src/api/extensions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ async fn start_extension(
// We first need to populate the extension with their required environment variables.
// These are passed to every extension.

let mut system_extension_vars: Vec<Variable> = vec![
let system_extension_vars: Vec<Variable> = vec![
Variable {
key: "GOFER_EXTENSION_SYSTEM_USE_TLS".into(),
value: api_state.config.extensions.use_tls.to_string(),
Expand Down
2 changes: 1 addition & 1 deletion sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gofer_sdk"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
description = "The SDK for Gofer: https://github.com/clintjedwards/gofer. Helps with creating extensions and pipelines."
documentation = "https://clintjedwards.com/gofer"
Expand Down

0 comments on commit 84d1685

Please sign in to comment.