]> Cypherpunks.ru repositories - goircd.git/blobdiff - goircd.go
Raised copyright years
[goircd.git] / goircd.go
index f8aad490d8a47b44f900c022ea9ee7adb7e37bdd..ddf81286a1ff07cf6daa982fc571a134f5e096a7 100644 (file)
--- a/goircd.go
+++ b/goircd.go
@@ -1,6 +1,6 @@
 /*
 goircd -- minimalistic simple Internet Relay Chat (IRC) server
-Copyright (C) 2014-2020 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2014-2022 Sergey Matveev <stargrave@stargrave.org>
 
 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"