diff --git a/Formula/coder.rb b/Formula/coder.rb
index d115128..70a60c2 100644
--- a/Formula/coder.rb
+++ b/Formula/coder.rb
@@ -1,19 +1,19 @@
 class Coder < Formula
   desc "Provisions remote development environments via Terraform"
   homepage "https://github.com/coder/coder"
-  version "2.23.0"
+  version "2.23.1"
 
   if OS.mac?
     if Hardware::CPU.arm?
       url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_arm64.zip"
-      sha256 "6868a8d1f86fc9c6a97b6bcf62b0219e28ab7526e34b36d9b5f14876197580d9"
+      sha256 "8c71770ef68f43e92e1c8fe162726d042b9ff6a1e1a685494e22c2b1c67da6a8"
     else
       url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_darwin_amd64.zip"
-      sha256 "0080b9001d2b69ee4248355e25adaeaebc61fb87815135fc7e139261ce1f5f9f"
+      sha256 "c57ee91221d847707f6d30ba610899e19730ca46c03f6e9fe7c519db0ad49629"
     end
   else
     url "https://github.com/coder/coder/releases/download/v#{version}/coder_#{version}_linux_amd64.tar.gz"
-    sha256 "ff4672d1c1e871a851acb462ffe2cadbdea03f975910d82e7225fe87d07228c1"
+    sha256 "50e0b34b2fa7ab7e0ab521f22484be9678463a930e232eee0af3ba4104b18157"
   end
 
   def install