From 65a65081ae3ae70e784ec0aaab91d1b7146dac9f Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 20 Jan 2023 14:57:35 +0100 Subject: [PATCH] gem: release 3.4.0 --- docs/Dockerfile | 2 +- lib/openvpn-status-web/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 19aafa4..0b60f84 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.16 EXPOSE 8080 -ENV VERSION=3.3.0 +ENV VERSION=3.4.0 RUN apk --no-cache add openssl ca-certificates && \ apk --no-cache add ruby ruby-etc ruby-webrick && \ diff --git a/lib/openvpn-status-web/version.rb b/lib/openvpn-status-web/version.rb index e3d197b..870a28c 100644 --- a/lib/openvpn-status-web/version.rb +++ b/lib/openvpn-status-web/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OpenVPNStatusWeb - VERSION = '3.3.0' + VERSION = '3.4.0' end