branch: elpa/flycheck
commit a0a82473854a3d5e9f09aeb9c68779678dbfc5a9
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Fix flycheck-version constant to match package header
    
    The defconst was still "35.0" while the package Version header
    already says 36.0.
---
 flycheck.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flycheck.el b/flycheck.el
index 177e060754..7a830e9978 100644
--- a/flycheck.el
+++ b/flycheck.el
@@ -1264,7 +1264,7 @@ Only has effect when variable `global-flycheck-mode' is 
non-nil."
 
 
 
-(defconst flycheck-version "35.0"
+(defconst flycheck-version "36.0"
   "The current version of Flycheck.
 
 Should be kept in sync with the package version metadata.

Reply via email to