From dd2053e8cd3050791bd236d0c1ff5f370170c903 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 6 Sep 2023 23:54:30 +0300 Subject: [PATCH] * lisp/progmodes/project.el: Bump version to 0.10.0. --- lisp/progmodes/project.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index e17ca7c1d5b..2e6ae89a443 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -1,7 +1,7 @@ ;;; project.el --- Operations on the current project -*- lexical-binding: t; -*- ;; Copyright (C) 2015-2023 Free Software Foundation, Inc. -;; Version: 0.9.8 +;; Version: 0.10.0 ;; Package-Requires: ((emacs "26.1") (xref "1.4.0")) ;; This is a GNU ELPA :core package. Avoid using functionality that -- 2.39.5