1
0
mirror of https://github.com/cmur2/openvpn-status-web.git synced 2025-08-20 19:13:05 +02:00
Files
cn e4034073a6 release: 3.1.0
- Ruby 3.0
- move from Travis CI to Github Actions
- dependency updates
2021-01-18 20:56:53 +01:00

6 lines
79 B
Ruby

# frozen_string_literal: true
module OpenVPNStatusWeb
VERSION = '3.1.0'
end