v2.0.1 bump

This commit is contained in:
Henrik Lissner 2017-04-08 01:36:40 -04:00
parent 673761d4d8
commit 8762936bf5
2 changed files with 2 additions and 2 deletions

View file

@ -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)
<a href="http://ultravioletbat.deviantart.com/art/Yay-Evil-111710573">

View file

@ -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)