From 52506c637a9f28f80fb4332dda79535a825701c5 Mon Sep 17 00:00:00 2001
From: Qiantan Hong <qhong@mit.edu>
Date: Thu, 30 Sep 2021 10:01:16 -0700
Subject: [PATCH] bump version

---
 crdt.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crdt.el b/crdt.el
index 7161b12..858d718 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 ()
-- 
GitLab