Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Bump up to v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rancher-sy-bot committed Sep 15, 2019
1 parent 5f7bcb3 commit 70a3c4a
Show file tree
Hide file tree
Showing 3 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 @@ -11,7 +11,7 @@ Now `rdns-server` only supports `A/TXT` records, other record types will be adde
* Alternative - Etcdv3 - Store the records in the ETCD and query by CoreDNS

## Latest Release
* Latest - v0.5.5 - `rancher/rdns-server:v0.5.5-rancher-amd64`.
* Latest - v0.5.6 - `rancher/rdns-server:v0.5.6-rancher-amd64`.

## Building

Expand Down
2 changes: 1 addition & 1 deletion doc/usages.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ USAGE:
rdns-server [global options] command [command options] [arguments...]
VERSION:
v0.5.5
v0.5.6
AUTHOR:
Rancher Labs, Inc.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

var (
DNSVersion = "v0.5.4"
DNSVersion = "v0.5.6"
DNSDate string
)

Expand Down

0 comments on commit 70a3c4a

Please sign in to comment.