Skip to content

Commit

Permalink
RRDA 1.4.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Apr 23, 2024
1 parent 658903e commit 61d96eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0.tar.gz
Latest tarball release: https://www.statdns.com/rrda/rrda-1.4.1.tar.gz

GitHub: https://github.com/fcambus/rrda
4 changes: 2 additions & 2 deletions rrda.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* RRDA (RRDA REST DNS API) 1.4.0
* RRDA (RRDA REST DNS API) 1.4.1
* Copyright (c) 2012-2024, Frederic Cambus
* https://www.statdns.com
*
Expand Down Expand Up @@ -191,7 +191,7 @@ func main() {
flag.Parse()

if *version {
fmt.Println("RRDA 1.4.0")
fmt.Println("RRDA 1.4.1")
os.Exit(0)
}

Expand Down

0 comments on commit 61d96eb

Please sign in to comment.