1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2024-06-26 10:34:39 +02:00

release: version 3.4.0

This commit is contained in:
cn 2021-04-02 11:01:01 +02:00
parent 6374837156
commit fcc5edcb83
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.13.4
EXPOSE 5353 8080
ARG DYNDNSD_VERSION=3.3.3
ARG DYNDNSD_VERSION=3.4.0
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.3.3'
VERSION = '3.4.0'
end