diff options
author | Sadie Powell <sadie@witchery.services> | 2025-02-28 16:11:40 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2025-02-28 16:11:40 +0000 |
commit | 82aecd6c7eb2bb1b563ca21420d213f91311b1aa (patch) | |
tree | f3134cbf5ff7195245dcd472de87df4c4cf9cb67 | |
parent | 3cef83c8c55de1559f7bfcf509eae94ae85ade86 (diff) |
Bump for 2.1.13-git.
-rw-r--r-- | docs/Changes | 4 | ||||
-rw-r--r-- | docs/Changes.conf | 4 | ||||
-rw-r--r-- | src/version.sh | 4 |
3 files changed, 10 insertions, 2 deletions
diff --git a/docs/Changes b/docs/Changes index 4675acdc2..36a3822cc 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.1.13-git +------------------------ +No significant changes. + Anope Version 2.1.12 -------------------- Added an example JavaScript library for accessing the RPC interface. diff --git a/docs/Changes.conf b/docs/Changes.conf index 14cf80b41..d63f94a2b 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 2.1.13-git +------------------------ +No significant changes. + Anope Version 2.1.12 -------------------- Added the jsonrpc module. diff --git a/src/version.sh b/src/version.sh index 56bdf48b2..6ae06a5a3 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,5 +2,5 @@ VERSION_MAJOR=2 VERSION_MINOR=1 -VERSION_PATCH=12 -VERSION_EXTRA="" +VERSION_PATCH=13 +VERSION_EXTRA="-git" |