summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5819149a..4f144805 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased](https://git.sr.ht/~rjarry/aerc/log/master)
+## [0.13.0](https://git.sr.ht/~rjarry/aerc/refs/0.13.0) - 2022-10-20
+
### Added
- Support for bindings with the Alt modifier.
diff --git a/Makefile b/Makefile
index 7f1837a9..82739bec 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
.SUFFIXES:
.SUFFIXES: .1 .5 .7 .1.scd .5.scd .7.scd
-VERSION!=git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.12.0
+VERSION!=git describe --long --abbrev=12 --tags --dirty 2>/dev/null || echo 0.13.0
VPATH=doc
PREFIX?=/usr/local
BINDIR?=$(PREFIX)/bin