X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=goircd.go;h=ddf81286a1ff07cf6daa982fc571a134f5e096a7;hb=14b38769cdece09d57423873043372ff724fc249;hp=f8aad490d8a47b44f900c022ea9ee7adb7e37bdd;hpb=b7fb219307483d2c31b5dad1f559f325f2fd1a5e;p=goircd.git diff --git a/goircd.go b/goircd.go index f8aad49..ddf8128 100644 --- a/goircd.go +++ b/goircd.go @@ -1,6 +1,6 @@ /* goircd -- minimalistic simple Internet Relay Chat (IRC) server -Copyright (C) 2014-2020 Sergey Matveev +Copyright (C) 2014-2022 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ import ( ) const ( - Version = "1.9.0" + Version = "1.9.1" StateTopicFilename = "topic" StateKeyFilename = "key"