diff --git a/README.md b/README.md index 16a762394..39644f93d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Main screenshot](https://raw.githubusercontent.com/hlissner/.emacs.d/screenshots/main.png?raw=true)][sc] [![MIT](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE) -[![DOOM v2.0.0](https://img.shields.io/badge/DOOM-v2.0.0-blue.svg)](./init.el) +[![DOOM v2.0.1](https://img.shields.io/badge/DOOM-v2.0.1-blue.svg)](./init.el) [![Build Status](https://travis-ci.org/hlissner/.emacs.d.png?branch=v2)](https://travis-ci.org/hlissner/.emacs.d) diff --git a/core/core.el b/core/core.el index b249f8e58..e656aea6a 100644 --- a/core/core.el +++ b/core/core.el @@ -15,7 +15,7 @@ ;; Autoloaded functions are in core/autoload/*.el and modules/*/*/autoload.el or ;; modules/*/*/autoload/*.el. -(defvar doom-version "2.0.0" +(defvar doom-version "2.0.1" "Current version of DOOM emacs.") (defvar doom-debug-mode (or (getenv "DEBUG") init-file-debug)