1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-06-29 00:30:24 +02:00

release: 3.0.0

- drop Ruby 2.3 and 2.4 compatibility
- add Dockerfile
This commit is contained in:
cn
2020-07-14 20:07:56 +02:00
parent 7597c17e93
commit 64ec5e1e56
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module OpenVPNStatusWeb
VERSION = '2.1.0'
VERSION = '3.0.0'
end