diff --git a/Changes b/Changes index 1d56e67c1..ee7be2679 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for perl distribution Convos -8.07 Not Released +8.07 2024-03-21T08:25:00+0900 - Fix version number 8.06 2024-03-18T10:19:00+0900 diff --git a/lib/Convos.pm b/lib/Convos.pm index e0697c8b1..240476f44 100644 --- a/lib/Convos.pm +++ b/lib/Convos.pm @@ -13,7 +13,7 @@ use Scalar::Util qw(blessed); use constant CONVOS_GET => +($ENV{CONVOS_COMMAND} || '') eq 'get'; -our $VERSION = '8.06'; +our $VERSION = '8.07'; $ENV{CONVOS_REVERSE_PROXY} //= is_true 'ENV:MOJO_REVERSE_PROXY'; $ENV{MOJO_REVERSE_PROXY} //= is_true 'ENV:CONVOS_REVERSE_PROXY'; @@ -235,7 +235,7 @@ Convos - Multiuser chat application =head1 VERSION -8.06 +8.07 =head1 DESCRIPTION diff --git a/package.json b/package.json index 796f2a33c..837bcaec3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "convos", "description": "", - "version": "8.6.0", + "version": "8.7.0", "license": "Artistic-2.0", "repository": "https://github.com/convos-chat/convos", "type": "module", diff --git a/public/convos-api.yaml b/public/convos-api.yaml index 6f2cf1551..4db9a8813 100644 --- a/public/convos-api.yaml +++ b/public/convos-api.yaml @@ -2,7 +2,7 @@ swagger: '2.0' info: title: Convos API specification - version: 8.6.0 + version: 8.7.0 description: This document describes the API for Convos, a multiuser persistent IRC proxy with web interface. contact: name: Convos diff --git a/script/convos b/script/convos index 6fd9b7588..2a7e13655 100755 --- a/script/convos +++ b/script/convos @@ -19,7 +19,7 @@ use Cwd (); use File::Spec; use FindBin; -our $VERSION = '8.06'; +our $VERSION = '8.07'; # Run the program (bless {}, __PACKAGE__)->run(@ARGV); diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index bfa65852b..933684f27 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: convos -version: '8.6.0' +version: '8.7.0' summary: Multiuser chat application that runs in your web browser description: | The supported chat protocol is currently IRC.