From e4034073a6783ac82ff668ae82d6a8db04c7179c Mon Sep 17 00:00:00 2001 From: cn Date: Mon, 18 Jan 2021 20:56:53 +0100 Subject: [PATCH] release: 3.1.0 - Ruby 3.0 - move from Travis CI to Github Actions - dependency updates --- 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 1e1d60b..8c90e08 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.13 EXPOSE 8080 -ENV VERSION=3.0.1 +ENV VERSION=3.1.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 fb20b75..7db842a 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.0.1' + VERSION = '3.1.0' end