pidgin/pidgin

bump the version for the next round of development
release-2.x.y
2021-09-16, Gary Kramlich
bfbbef268fd6
bump the version for the next round of development

Testing Done:
Ran `make check`

Reviewed at https://reviews.imfreedom.org/r/927/
FROM pidgin/release-builder:release-2.x.y AS build
COPY . /pidgin
RUN set -ex && \
cd /pidgin && \
./autogen.sh --enable-debug && \
make -s -j$(nproc) docs
FROM rwgrim/goserve
EXPOSE 3000
COPY --from=build /pidgin/doc/html html