commit 18531190c17ced76002aea5d688fa76f38ba82ee
parent 130c8ec46540536acde52f525d49384b09dcc4e6
Author: Frederic Cambus <fred@statdns.com>
Date: Thu, 19 Jan 2023 17:11:54 +0100
RRDA 1.4.0 release.
Diffstat:
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
@@ -184,6 +184,6 @@ RRDA is developed by Frederic Cambus
Project homepage: https://www.statdns.com
-Latest tarball release: https://www.statdns.com/rrda/rrda-1.3.0.tar.gz
+Latest tarball release: https://www.statdns.com/rrda/rrda-1.4.0.tar.gz
GitHub: https://github.com/fcambus/rrda
diff --git a/rrda.go b/rrda.go
@@ -1,10 +1,10 @@
/*
- * RRDA (RRDA REST DNS API) 1.3.0
+ * RRDA (RRDA REST DNS API) 1.4.0
* Copyright (c) 2012-2023, Frederic Cambus
* https://www.statdns.com
*
* Created: 2012-03-11
- * Last Updated: 2023-01-13
+ * Last Updated: 2023-01-19
*
* RRDA is released under the BSD 2-Clause license.
* See LICENSE file for details.
@@ -191,7 +191,7 @@ func main() {
flag.Parse()
if *version {
- fmt.Println("RRDA 1.3.0")
+ fmt.Println("RRDA 1.4.0")
os.Exit(0)
}