From ea7b3a947cfb440323c947f8402316408e428d7c Mon Sep 17 00:00:00 2001 From: cn Date: Tue, 18 Jan 2022 23:18:00 +0100 Subject: [PATCH] gem: release 3.2.1 --- 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 28a54a1..ae9ed3c 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.13 EXPOSE 8080 -ENV VERSION=3.2.0 +ENV VERSION=3.2.1 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 f0d7281..b1045a7 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.2.0' + VERSION = '3.2.1' end