Skip to content

Commit 1d76a9c

Browse files
committed
chore(release): v0.9.0
1 parent 293fadb commit 1d76a9c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ requires:
2424
resources:
2525
license: http://opensource.org/licenses/gpl-license.php
2626
repository: https://github.com/NETWAYS/rt-extension-reverseproxy
27-
version: 0.1
27+
version: 0.9.0
2828
x_module_install_rtx_version: '0.40'
2929
x_requires_rt: '6.0.0'

lib/RT/Extension/ReverseProxy.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use 5.10.1;
44
use strict;
55
use warnings;
66

7-
our $VERSION = '0.1';
7+
our $VERSION = '0.9.0';
88

99
sub PSGIWrap {
1010
my ( $class, $app ) = @_;

0 commit comments

Comments
 (0)