Skip to content

Commit

Permalink
0.9.5.5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vilh committed Jun 16, 2024
1 parent 9f16e79 commit f3164cd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

FROM DEFINE-YOUR-ARCH
LABEL maintainer="Mr.Philipp <[email protected]>"
LABEL version="0.9.5.4"
LABEL version="0.9.5.5"
WORKDIR /opt
EXPOSE 8080/tcp

Expand Down
2 changes: 1 addition & 1 deletion conf/easyrsa-vars.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ set_var EASYRSA_CA_EXPIRE {{ .EasyRSACaExpire }}
set_var EASYRSA_CERT_EXPIRE {{ .EasyRSACertExpire }}
set_var EASYRSA_CERT_RENEW {{ .EasyRSACertRenew }}
set_var EASYRSA_CRL_DAYS {{ .EasyRSACrlDays }}
# Auto generated by OpenVPN-UI v.0.9.5.4
# Auto generated by OpenVPN-UI v.0.9.5.5
2 changes: 1 addition & 1 deletion conf/openvpn-client-config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ verb {{ .Verbose }}
<tls-crypt>
{{ .Ta }}
</tls-crypt>
# Auto generated by OpenVPN-UI v.0.9.5.4
# Auto generated by OpenVPN-UI v.0.9.5.5
2 changes: 1 addition & 1 deletion conf/openvpn-server-config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ status-version {{ .OVConfigStatusLogVersion }}
{{ .CustomOptTwo }}
{{ .CustomOptThree }}

# Auto generated by OpenVPN-UI v.0.9.5.4
# Auto generated by OpenVPN-UI v.0.9.5.5
2 changes: 1 addition & 1 deletion views/common/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<script src="/static/js/custom.js"></script>
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> 0.9.5.4
<b>Version</b> 0.9.5.5
</div>
<strong><a href="https://github.com/d3vilh/openvpn-ui" target="_blank"><i class="fa fa-fw fa-github" style="font-size: 17px;"></i>OpenVPN UI</a></strong>. Under the MIT <a href="https://github.com/d3vilh/openvpn-ui/blob/main/LICENSE" target="_blank">License</a>.
</footer>
Expand Down

0 comments on commit f3164cd

Please sign in to comment.