pidgin/pidgin

Bump the version for the next round of development
release-2.x.y
2021-04-09, Gary Kramlich
77a1e212f5b9
Bump the version for the next round of development

Testing Done:
autogen'd and ran a build

Reviewed at https://reviews.imfreedom.org/r/606/
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