chore: Release
diff --git a/Cargo.lock b/Cargo.lock
index fbecd9b..6d32325 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -23,7 +23,7 @@
 
 [[package]]
 name = "bindgen"
-version = "0.67.0"
+version = "0.68.0"
 dependencies = [
  "annotate-snippets",
  "bitflags 2.2.1",
@@ -45,7 +45,7 @@
 
 [[package]]
 name = "bindgen-cli"
-version = "0.67.0"
+version = "0.68.0"
 dependencies = [
  "bindgen",
  "clap",
diff --git a/bindgen-cli/Cargo.toml b/bindgen-cli/Cargo.toml
index 30f99aa..070a1f0 100644
--- a/bindgen-cli/Cargo.toml
+++ b/bindgen-cli/Cargo.toml
@@ -11,7 +11,7 @@
 repository = "https://github.com/rust-lang/rust-bindgen"
 documentation = "https://docs.rs/bindgen"
 homepage = "https://rust-lang.github.io/rust-bindgen/"
-version = "0.67.0"
+version = "0.68.0"
 edition = "2018"
 rust-version = "1.64.0"
 
@@ -20,7 +20,7 @@
 name = "bindgen"
 
 [dependencies]
-bindgen = { path = "../bindgen", version = "=0.67.0", features = ["__cli", "experimental"] }
+bindgen = { path = "../bindgen", version = "=0.68.0", features = ["__cli", "experimental"] }
 clap = { version = "4", features = ["derive"] }
 clap_complete = "4"
 env_logger = { version = "0.10.0", optional = true }
diff --git a/bindgen/Cargo.toml b/bindgen/Cargo.toml
index 87c2a4b..3360811 100644
--- a/bindgen/Cargo.toml
+++ b/bindgen/Cargo.toml
@@ -14,7 +14,7 @@
 repository = "https://github.com/rust-lang/rust-bindgen"
 documentation = "https://docs.rs/bindgen"
 homepage = "https://rust-lang.github.io/rust-bindgen/"
-version = "0.67.0"
+version = "0.68.0"
 edition = "2018"
 build = "build.rs"
 # If you change this, also update README.md and msrv in .github/workflows/bindgen.yml