release: 3.4.1

This commit is contained in:
cn 2021-04-15 09:28:31 +02:00
parent 7c77b7304a
commit 199ccf7665
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 3.4.1
## 3.4.1 (April 15, 2021)
OTHER:

View File

@ -2,7 +2,7 @@ FROM alpine:3.13.5
EXPOSE 5353 8080
ARG DYNDNSD_VERSION=3.4.0
ARG DYNDNSD_VERSION=3.4.1
RUN apk --no-cache add openssl ca-certificates && \
apk --no-cache add ruby ruby-etc ruby-io-console ruby-json ruby-webrick && \

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Dyndnsd
VERSION = '3.4.0'
VERSION = '3.4.1'
end