diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,7 @@
+## 2014/2/10 hledger-web 0.22.3
+
+* web: fix version number reported by --version
+
 ## 2014/2/10 hledger-web 0.22.2
 
 New:
diff --git a/hledger-web.cabal b/hledger-web.cabal
--- a/hledger-web.cabal
+++ b/hledger-web.cabal
@@ -1,5 +1,5 @@
 name:           hledger-web
-version: 0.22.2
+version: 0.22.3
 stability:      beta
 category:       Finance
 synopsis:       A web interface for the hledger accounting tool.
@@ -71,7 +71,7 @@
     Default:       False
 
 library
-    cpp-options:   -DVERSION="0.22.1"
+    cpp-options:   -DVERSION="0.22.3"
     if flag(dev) || flag(library-only)
         cpp-options: -DDEVELOPMENT
  
@@ -162,7 +162,7 @@
     if flag(library-only)
         Buildable: False
 
-    cpp-options:   -DVERSION="0.22.1"
+    cpp-options:   -DVERSION="0.22.3"
     if flag(dev)
         cpp-options:   -DDEVELOPMENT
 
