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

release: 3.1.0

- Ruby 3.0
- move from Travis CI to Github Actions
- dependency updates
This commit is contained in:
cn
2021-01-18 20:56:53 +01:00
parent f4d17809a2
commit e4034073a6
2 changed files with 2 additions and 2 deletions

View File

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