diff options
author | Sadie Powell <sadie@witchery.services> | 2024-03-04 10:43:53 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-03-04 11:09:51 +0000 |
commit | 9970b4e37b001836767de02a2dda84a8cc2db77f (patch) | |
tree | fade75795f3c93bd61723bc765b0dc95e3b02025 | |
parent | a5a615d5c70ca0275c00b43dac35322aebacc72c (diff) |
Bump for 2.1.4-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 8bb6ca656..6ecb7b061 100644 --- a/docs/Changes +++ b/docs/Changes @@ -1,3 +1,7 @@ +Anope Version 2.1.4-git +----------------------- +No significant changes. + Anope Version 2.1.3 ------------------- Added alternate command suggestions when a user runs an invalid command. diff --git a/docs/Changes.conf b/docs/Changes.conf index c332e2fbd..7c248ac02 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -1,3 +1,7 @@ +Anope Version 2.1.4-git +----------------------- +No significant changes. + Anope Version 2.1.3 ------------------- Added options:didyoumeandifference. diff --git a/src/version.sh b/src/version.sh index 8ca46ff52..946321cdb 100644 --- a/src/version.sh +++ b/src/version.sh @@ -2,5 +2,5 @@ VERSION_MAJOR=2 VERSION_MINOR=1 -VERSION_PATCH=3 -VERSION_EXTRA="" +VERSION_PATCH=4 +VERSION_EXTRA="-git" |