From 8762936bf5a2222e648ff91cd4366196db9e0734 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 8 Apr 2017 01:36:40 -0400 Subject: [PATCH] v2.0.1 bump --- README.md | 2 +- core/core.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)