diff --git a/crdt.el b/crdt.el
index 7161b122676947a83fd138bf999d83a1520f6abe..858d718f0159e9db03a3f2eeb403ffa8d82696a7 100644
--- a/crdt.el
+++ b/crdt.el
@@ -6,7 +6,7 @@
 ;; Maintainer: Qiantan Hong <qhong@alum.mit.edu>
 ;; URL: https://code.librehq.com/qhong/crdt.el
 ;; Keywords: collaboration crdt
-;; Version: 0.2.5
+;; Version: 0.2.6
 
 ;; This file is part of GNU Emacs.
 
@@ -35,7 +35,7 @@
 (require 'url)
 (require 'color)
 
-(defconst crdt-version "0.2.5")
+(defconst crdt-version "0.2.6")
 (defconst crdt-protocol-version "0.2.5")
 
 (defun crdt-version ()