diff --git a/bin/release b/bin/release
--- a/bin/release
+++ b/bin/release
@@ -670,8 +670,8 @@
     sed -i '' '/^    rebuild [0-9]\+$/d' Formula/clod.rb
   fi
   
-  # Update the bottle SHA
-  BOTTLE_SHA_TEMPLATE="    sha256 cellar: :any_skip_relocation, arm64_${macos_version}: \"$bottle_sha\" # BOTTLE_SHA256_MARKER"
+  # Update the bottle SHA - use :any for cellar since we link against libmagic
+  BOTTLE_SHA_TEMPLATE="    sha256 cellar: :any, arm64_${macos_version}: \"$bottle_sha\" # BOTTLE_SHA256_MARKER"
   
   # Replace the SHA line with the marker
   sed -i '' "s|.*BOTTLE_SHA256_MARKER.*|$BOTTLE_SHA_TEMPLATE|" Formula/clod.rb
diff --git a/clod.cabal b/clod.cabal
--- a/clod.cabal
+++ b/clod.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.4
 name:                clod
-version:             0.1.37
+version:             0.1.38
 synopsis:            Project file manager for Claude AI integrations
 description:         Clod (Claude Loader) is a utility for preparing and uploading files to Claude AI's 
                      Project Knowledge feature. It tracks file changes, respects .gitignore and .clodignore 
diff --git a/man/clod.1.md b/man/clod.1.md
--- a/man/clod.1.md
+++ b/man/clod.1.md
@@ -1,4 +1,4 @@
-% CLOD(1) Clod 0.1.37
+% CLOD(1) Clod 0.1.38
 % Fuzz Leonard & Claude <ink@fuzz.ink>
 % March 2025
 
diff --git a/man/clod.7.md b/man/clod.7.md
--- a/man/clod.7.md
+++ b/man/clod.7.md
@@ -1,4 +1,4 @@
-% CLOD(7) Clod 0.1.37
+% CLOD(7) Clod 0.1.38
 % Fuzz Leonard & Claude <ink@fuzz.ink>
 % March 2025
 
diff --git a/man/clod.8.md b/man/clod.8.md
--- a/man/clod.8.md
+++ b/man/clod.8.md
@@ -1,4 +1,4 @@
-% CLOD(8) Clod 0.1.37
+% CLOD(8) Clod 0.1.38
 % Fuzz Leonard & Claude <ink@fuzz.ink>
 % March 2025
 
