]> Cypherpunks.ru repositories - goircd.git/blobdiff - goircd.go
Raise copyright years
[goircd.git] / goircd.go
index f8aad490d8a47b44f900c022ea9ee7adb7e37bdd..524b66dc315b1194dad197135a1009075ba5b983 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-2021 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"