From 3b32d057ff2258177fdcd90cd70836ec2ad45f86 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sun, 8 Aug 2021 14:13:49 +0300 Subject: [PATCH] project.el: Bump the version * lisp/progmodes/project.el: Bump the version. --- 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 b7101754779d..4620ea8f47e7 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-2021 Free Software Foundation, Inc. -;; Version: 0.6.0 +;; Version: 0.6.1 ;; Package-Requires: ((emacs "26.1") (xref "1.0.2")) ;; This is a GNU ELPA :core package. Avoid using functionality that