diff --git a/CHANGELOG.org b/CHANGELOG.org index 2e41e2c9e880..a26e28c83708 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,4 +1,7 @@ * Release 0.104.x +** 0.104.6 (2015/11/27) +*** Hotfix +- Fix void variable error =smartparens-strict-mode= (thanks to TheBB) ** 0.104.5 (2015/11/22) *** Distribution layer changes **** Spacemacs diff --git a/init.el b/init.el index c167b9d62370..a757f6c2f5d8 100644 --- a/init.el +++ b/init.el @@ -14,7 +14,7 @@ ;; (package-initialize) (setq gc-cons-threshold 100000000) -(defconst spacemacs-version "0.104.5" "Spacemacs version.") +(defconst spacemacs-version "0.104.6" "Spacemacs version.") (defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.") (defun spacemacs/emacs-version-ok ()